Skip to content
Excel

DAVERAGE function in Excel

Returns the average of selected database entries

=DAVERAGE(database, field, criteria)

DAVERAGE syntax and parameters

Three arguments, three required.

  • databaserangeRequired
  • fieldanyRequired
  • criteriarangeRequired

DAVERAGE examples

Formulas you'll actually reuse.

  1. Average order value in the West region:

    =DAVERAGE(A1:E200, "Amount", G1:G2)

    Result1112.77

  2. Average of only the West orders over 1,000:

    =DAVERAGE(A1:E200, 4, G1:H2)

    Result2222.73

DAVERAGE in Google Sheets

Same name — your formula ports as-is.

Try DAVERAGE in the playground

Edit the example — nothing to install.

Preloaded with the DAVERAGE formula from Example 1 — change anything and watch it respond.

Loading the editor…