DEV Community

Andrews
Andrews

Posted on • Originally published at geekexcel.com on

How to Use Excel DVAR Function in Office 365? – {with Examples}

Excel DVAR Function:

DVAR Function
DVAR Function

In this article, we are going to explore how to use the Excel DVAR Function in Office 365 with its syntax, explanation, and example. Let’s get started!! Get an official version of MS Excel from the following link: https://www.microsoft.com/en-in/microsoft-365/excel

DVAR Function – Explanation:

  • This function returns the variance of a sample taken from the list or database based on the given condition or criteria.

Syntax:

=DVAR(database, field, criteria)

Arguments Description:

*Database – * It is the database range including headers.

*Field – * It is an optional one. This is the field name or index to count.

*Criteria – * It is the criteria range including headers.

Note:

  • You need to give the field argument as a name within the double quotes ( ” “ ) or a number representing the field index.
  • The database and *criteria * range must include the matching table headers.

Note:

  • If you didn’t give the field argument as a name within the double quotes ( ” “ ), then it returns #NAME? Error.

Examples:

Let’s see some examples to make you understand this concept easily.

Example 1:

  • In the below screenshot, you can see the database range ( A4:D11 ) and the criteria range ** ( **A1:D2 ).
  • The given condition is “ Product=Pencil, Qty>3 ” and the output is displayed in the Cell F5.

Example 1
Example 1

Example 2:

  • If you didn’t give the field argument as a name within the double quotes ( ” “ ), then it returns #NAME? Error.

Example 2
Example 2

Multi-row Criteria

  • Multi-row criteria have one or more rows below the headers. These are joined by using OR logic.
  • The expressions in a given criteria row are joined with AND logic.

Sum-Up:

In this article, you can clearly understand the usage of Excel DVAR Function in Office 365 with its syntax, explanation, and example. Leave your feedback in the comment section. Thanks for visiting Geek Excel. Keep Learning!!

Similar Function:

  • DVARP Function

Read Ahead:

Top comments (0)