=countif(h53:j61,"* *")
Cell Formulas | ||
---|---|---|
Range | Formula | |
B2 | =ISBLANK(A2) | |
B3 | =ISBLANK(A3) | |
C2 | =COUNTBLANK(A2) | |
C3 | =COUNTBLANK(A3) | |
A3 | ="" |
Hi
I know =countblank() would count empty cells, but how to count empty cells (which look empty but has space char entered)?
Thank you so much.