
Use the DCOUNT function to count special cells
Using this tip, cells in a list can be counted by specific criteria. Use
the DCOUNT function to count all cells that contain numbers in a
column of a list or database that match specified conditions.
DCOUNT(database, field, criteria)
database: The range of cells in the list or database. The first
row of the list contains column headings.
field: Indicates the column to use in the function. field can be
provided as text with the column heading enclosed in double
quotation marks or as a number representing the position of the
column within the list: 1 for the first column, 2 for the second
column, and so on. ...