COUNTA
COUNTA is a spreadsheet function used to count the number of non-empty cells within a specified range or set of values. It treats any cell that contains data as non-empty, including numbers, text, dates, logical values, errors, and the results of formulas. It does not count truly empty cells.
Syntax and usage notes: The standard syntax is COUNTA(value1, [value2], ...). You can pass a single range,
Behavior to consider: In many spreadsheet programs, a cell containing a formula that returns an empty string
Examples: In Excel or Google Sheets, =COUNTA(A1:A10) returns the number of non-empty cells in A1 through A10.