I would like to use a formula that will count the number of cells (within a range) that have text. For example, cell B2 = "Pineapple", cell B3 = "Word", cell B4 = null. I would like the resulting count to be 2.
This is what I tried:
=COUNT(IF(LEN(B2:B19) > 0, 1, 0))
But the result is 0.
Please help!
This is what I tried:
=COUNT(IF(LEN(B2:B19) > 0, 1, 0))
But the result is 0.
Please help!