Counts nonblank cells in a database
-
DATACOUNT
-
DCOUNT
-
DCOUNTA
-
None of the Above
C
Correct answer
Explanation
DCOUNTA counts all non-blank cells in a database, regardless of whether they contain numbers, text, or other data types. This makes it more inclusive than DCOUNT which only counts numeric cells. The 'A' suffix typically indicates 'all' or 'any' content type in database functions.