Multiple choice technology web technology

Counts nonblank cells in a database

  1. DATACOUNT

  2. DCOUNT

  3. DCOUNTA

  4. None of the Above

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