OPERATING SYSTEMSOS Windows

How to use DCOUNT and DCOUNTA Function in Excel


The DCOUNT function counts the cells that contain numbers in a field or column of records in a database. If the field option is absent, DCOUNT will count all records in the database that matches the criteria. The formula for the DCOUNT function is = DCOUNT (database, field, criteria).

The DCOUNTA counts nonblank cells in a database. The DCOUNTA function field argument is optional; if the field option is absent, DCOUNTA will count all records in the database that matches the criteria. The formula for the DCOUNTA function is = DCOUNTA (database, field, criteria).

Syntax of DCOUNT and DCOUNTA Function

DCOUNT

  • Database: The range of cells that make up the database. A database is required.
  • Field: implies which column is used in the function. The field is required.
  • Criteria: The range of cells that contain the data you indicate. Criteria are required.

DCOUNTA

  • Database: The range of cells that make up the database. A database is required.
  • Field: implies which column is used in the function. The field is optional.
  • Criteria: The range of cells that contain the data you indicate. Criteria are required.

How to use DCOUNT Function in Excel

In this part of the tutorial, we want to find the number of persons whose age is under twenty.

First, click the cell where you want to place your data, in the cell type the function =DCOUNT, then bracket.

Inside the bracket, we are going to add the Database. The database will be the entire table, which is A1:C9.

We will add the Field, which is Age because age is what we are looking for. Type “Age” use double quotation because you are using a word in the formula.

Now, we are going to add the Criteria. We will use the mini table containing Age, less than twenty (see in the photo above) because we will count the number of persons under twenty; type E5:E6, then close the bracket.

Press Enter, you will see your result.

DCOUNT only count cells that contain numbers.

If you try to use the DCOUNT function using columns that contain letters but not a number, the result will be a Zero.

How to use DCOUNTA Function in Excel

How to use DCOUNT and DCOUNTA Function in Excel

In this section, we will use the DCOUNTA function to count how many persons in the table LastName is Johnson.

Click the cell where you want to place your data in the cell type =DCOUNTA, then bracket.

Inside the bracket, we are going to add the Database. The database will be the entire table, which is A1:C9.

We will add the Field. Using the column LastName, in the table as the field, ensure that “LastName” is in a double quotation.

We are going to Criteria, which is the data in the mini table (see photo). Type E5:E6. Close bracket.

Press Enter. You will see the Result.

DCOUNTA counts cells that contain both numbers and letters.

That’s it!

Now read: How to use AVERAGEIF and AVERAGEIFS in Excel.

Source link

Alice AUSTIN

Alice AUSTIN is studying Cisco Systems Engineering. He has passion with both hardware and software and writes articles and reviews for many IT websites.

Leave a Reply

Your email address will not be published. Required fields are marked *