Counting the number of empty cells I have
Hello,
Hoping someone can help?
How do I use formular to calculate the number of empty cells. I have used " " to identify empty cell but I reckon this is wrong. what is the best approach?
Best Answer
-
Thank you Cristobal.
Answers
-
=COUNTIF({Range}; "") try this one, it worked for me
-
Thank you Cristobal.