Advanced Excel Formulas – DAVERAGE Function Description With Example

[ResponsiveRect]
Advance Excel Formulas

To calculate lowest Value Of Stock of a particular Brand of bulb.

Criteria Range Is E23:E24

Daverage

DATABASE FORMULA – DAVERAGE Function

What Does It Do ?
This function examines a list of information and produces an average.

Syntax
=DAVERAGE(DatabaseRange,FieldName,CriteriaRange)

Description For DAVERAGE Function

  • The DatabaseRange is the entire list of information you need to examine, including the field names at the top of the columns.
  • The FieldName is the name, or cell, of the values to be averaged, such as “Unit Cost” or F3.
  • The CriteriaRange is made up of two types of information.
    The first set of information is the name, or names, of the Fields(s) to be used as the basis for selecting the records, such as the category Brand or Wattage.
    The second set of information is the actual record, or records, which are to be selected, such  as Horizon as a brand name, or 100 as the wattage.

Formatting
No special formatting is needed.

GenronTech Header-Cartoon

[ResponsiveRect]


Examples 1

The average Unit Cost of a particular Product of a particular Brand.

DaverageCriteria Range Is E49:F50

The average of Horizon Bulb is : Daverage_07 =DAVERAGE(B3:I19,F3,E49:F50)

This is the same calculation but using the actual name “Unit Cost” instead of the cell address.

Daverage_07 =DAVERAGE(B3:I19,”Unit Cost”,E49:F50)


Examples 2

The average Unit Cost of a Bulb equal to a particular Wattage.

Example1Criteria Range Is E60:F61

Average of Bulb 100 is Daverage_17 =DAVERAGE(B3:I19,”Unit Cost”,E60:F61)


Examples 3

The average Unit Cost of a Bulb less then a particular Wattage.

Excel AnswerCriteria Range Is E67:F68

Average of Bulb <100 is: Daverage_14 =DAVERAGE(B3:I19,”Unit Cost”,E67:F68)

 

GenronTech Header-Cartoon

Advanced Excel Formulas Index

  1. Jump To Advance Excel Formulas Main Menu
  2. Jump To Database Function
  3. Jump To Date and Time Function
  4. Jump To Financial Function
  5. Jump To Informational Function
  6. Jump to Logical Function
  7. Jump To Math Function
  8. Jump to Statistical Function
  9. Jump To Engineering Function
  10. Jump To Text Function

1 thought on “Advanced Excel Formulas – DAVERAGE Function Description With Example”

Leave a Comment