I have this data in my Google Spreadsheet
Col1 Col2
1 X
1
2 A
2 B
I want to make a formula to count Not Empty cell from Col2 but with condition that Col1 is greater than 1
Anyone know how to do it?
countifs can count based on multiple criteria. Using it we can count only when: Col1 is ">1" and Col2 is not empty (using wildcard "*" matching)
=countifs(A1:A4, ">1", B1:B4, "*")

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With