Multiple choice technology web technology

Counts the cells that contain numbers in a database

  1. DATACOUNT

  2. DCOUNT

  3. DCOUNTA

  4. None of the Above

Reveal answer Fill a bubble to check yourself
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.