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)...