COUNTA will count both numbers and text.
If C5 is not blank, return the count, otherwise return an empty string.
This version uses the not equal tooperator(<>).
COUNTA does not count empty cells.
More than one condition can be tested by nesting IF functions.
For example, if A1 contains “apple”, ISBLANK(A1) returns FALSE.