Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

This article describes the formula syntax and usage of the DCOUNT function in Microsoft Excel.

Description

Counts the cells that contain numbers in a field (column) of records in a list or database that match conditions that you specify.

The field argument is optional. If field is omitted, DCOUNT counts all records in the database that match the criteria.

Syntax

DCOUNT(database, field, criteria)

The DCOUNT function syntax has the following arguments:

  • Database    Required. The range of cells that makes up the list or database. A database is a list of related data in which rows of related information are records, and columns of data are fields. The first row of the list contains labels for each column.

  • Field    Required. Indicates which column is used in the function. Enter the column label enclosed between double quotation marks, such as "Age" or "Yield," or a number (without quotation marks) that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on.

  • Criteria    Required. The range of cells that contains the conditions that you specify. You can use any range for the criteria argument, as long as the argument includes at least one column label and at least one cell below the column label in which you specify a condition for the column.

Remarks

  • You can use any range for the criteria argument, as long as it includes at least one column label and at least one cell below the column label for specifying the condition.

    For example, if the range G1:G2 contains the column label Income in G1 and the amount $10,000 in G2, you could define the range as MatchIncome and use that name as the criteria argument in the database functions.

  • Although the criteria range can be located anywhere on the worksheet, do not place the criteria range below the list. If you add more information to the list, the new information is added to the first row below the list. If the row below the list is not blank, Microsoft Excel cannot add the new information.

  • Make sure that the criteria range does not overlap the list.

  • To perform an operation on an entire column in a database, enter a blank line below the column labels in the criteria range.

Example

Copy the example data in the following table, and paste it in cell A1 of a new Excel worksheet. For formulas to show results, select them, press F2, and then press Enter. If you need to, you can adjust the column widths to see all the data.

Tree

Height

Age

Yield

Profit

Height

="=Apple"

>10

<16

="=Pear"

Tree

Height

Age

Yield

Profit

Apple

18

20

14

$105

Pear

12

12

10

$96

Cherry

13

14

9

$105

Apple

14

N/A

10

$75

Pear

9

8

8

$77

Apple

12

11

6

$45

Formula

Description

Result

=DCOUNT(A5:E11, "Age", A1:F2)

Finds apple trees between a height of 10 and 16 and counts how many of the Age fields in those records contain numbers.

1

Top of Page

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×