Counts the cells that contain numbers in a database
-
DATACOUNT
-
DCOUNT
-
DCOUNTA
-
None of the Above
B
Correct answer
Explanation
DCOUNT is a database function that counts cells containing numbers within a specified database range. This differs from DCOUNTA which counts all non-blank cells regardless of content type. DCOUNT specifically targets numeric data only, making it useful for numerical database analysis.