Using COUNTA to exclude blanks – having issues
I have a spreadsheet that has 101 rows of data (First row contains column headings)
Column B is a text field. There are four blank cells, so the correct count is 96.
=COUNTA(B2:B101) returns 96
=COUNTA(B:B) returns 98
=COUNTA(RGIndex!Authors) returns 98 <--named range
Column C is a numeric field. Same four blank cells so correct count is 96.
=COUNTA(C2:C101) returns 96
=COUNTA(C:C) returns 97
=COUNTA(RGIndex!BookCt) returns 97 <--named range
How do I get the correct results without stating a specific range (B2:B101, etc.)?
Thanks in advance.
I have a spreadsheet that has 101 rows of data (First row contains column headings)
Column B is a text field. There are four blank cells, so the correct count is 96.
=COUNTA(B2:B101) returns 96
=COUNTA(B:B) returns 98
=COUNTA(RGIndex!Authors) returns 98 <--named range
Column C is a numeric field. Same four blank cells so correct count is 96.
=COUNTA(C2:C101) returns 96
=COUNTA(C:C) returns 97
=COUNTA(RGIndex!BookCt) returns 97 <--named range
How do I get the correct results without stating a specific range (B2:B101, etc.)?
Thanks in advance.