This section will learn how to use Excel’s Database Functions such as: Daverage, Dcount, DcountA, Dget, Dmax, Dmin, etc.
DAVERAGE – calculates the average of values in a column of a list or database that match conditions you specify.
DCOUNT – function returns the number of cells that containing numbers in a column of a list or a database that match the conditions that you specify.
DCOUNTA – returns the number of cells that containing non-blank values in a column of a list or a database that match the conditions that you specify.
DGET – returns a single value from a database that matches the specified conditions.
DMAX – returns the maximum value from a database or a column of a list that matches the specified conditions.
DMIN – returns the minimum value from a database or a column of a list that matches the specified conditions.
DPRODUCT – returns the product of values from a set of records that match criteria that you specify.
DSTDEV – returns the standard deviation of a population based on a sample of numbers in a column or database that match the given criteria.
DSTDEVP – returns the standard deviation of a population based on the entire population of numbers in a column or database that match the given criteria.
DSUM – will add the numbers in a column or database that meets a given criteria.
DVAR – will get the variance of a population based on a sample of numbers in a column in a list or database based on a given criteria.
DVARP – will get the variance of a population based on the entire population of numbers in a column in a list or database based on a given criteria.
Related Posts
Excel UNIQUE Function
The guide demonstrates how to use the UNIQUE function and dynamic arrays in Excel to create unique values. You'll learn how to use a basic formula to locate unique values inside a column or row, across many columns, and depending ...
Excel SORT Function
The excel sort function is one of the most useful new features in Excel. It is one of many functions that make advantage of Excel's new dynamic array calculation engine, which enables Excel to spill results from a single formula ...
Excel TRANSPOSE Function
Excel TRANSPOSE formula allows you to rotate (swap) values from rows to columns and vice versa in Excel. Its goal, as a component of the Excel lookup and reference functions, is to arrange data in the appropriate manner. To run ...
Converting Week Number to Date
This post will guide you how to convert a week number to a date with a formula in Excel. How do I calculate a date from a week number and a year with formula in Excel. Or how to get ...
Excel Vlookup From Another Workbook
This post will guide you how to lookup value from another workbook in Excel. How do I use VLOOKUP function across multiple workbooks in Excel. How to vlookup a value from another workbook with a formula in Excel. Excel Vlookup ...
Excel DVARP Function
This post will guide you how to use Excel DVARP function with syntax and examples in Microsoft excel. Description The Excel DVARP Function will get the variance of a population based on the entire population of numbers in a column ...
Excel DVAR Function
This post will guide you how to use Excel DVAR function with syntax and examples in Microsoft excel. Description The Excel DVAR Function will get the variance of a population based on a sample of numbers in a column in ...
Excel DSUM Function
This post will guide you how to use Excel DSUM function with syntax and examples in Microsoft excel. Description The Excel DSUM Function will add the numbers in a column or database that meets a given criteria. And so you ...
Excel DSTDEVP Function
This post will guide you how to use Excel DSTDEVP function with syntax and examples in Microsoft excel. Description The Excel DSTDEVP returns the standard deviation of a population based on the entire population of numbers in a column or ...