H
Harvey Waxman
In a cell out of the range:
=COUNTA(F6:F13,"")
=COUNTA(F6:F13,"=""")
=COUNTA(F6:F13,"<>''")
There are eight cells in the range 6:13
If the eight cells are blank I get "1" as the result of either formula.
When enter something in the range, I get 1+ the number of entries.
Obviously I don't know what I'm doing but it sure looks right. Can you explain
this?
So, what is the easiest way to show the number of non-blank cells in a range?
And how can I make sure cells that appear blank are really blank? Deleting the
blank entry doesn't always work.
=COUNTA(F6:F13,"")
=COUNTA(F6:F13,"=""")
=COUNTA(F6:F13,"<>''")
There are eight cells in the range 6:13
If the eight cells are blank I get "1" as the result of either formula.
When enter something in the range, I get 1+ the number of entries.
Obviously I don't know what I'm doing but it sure looks right. Can you explain
this?
So, what is the easiest way to show the number of non-blank cells in a range?
And how can I make sure cells that appear blank are really blank? Deleting the
blank entry doesn't always work.