Summary of data functions in Excel
In the previous articles introduced to you the groups of functions in Excel such as statistical functions, calculation functions, information functions . This article will summarize the functions and uses of each function in the data function group (Database funtions). ) in Excel. You follow the article below.
DAVERAGE (database, field, criteria): Calculates the average of the values of a data field (column) in a list or database under the conditions that you give.
DCOUNT (database, field, criteria): Counts the number of cells containing the number of a data field (column) in a list or database under the conditions that you specify.
DCOUNTA (database, field, criteria): Counts non-empty (empty) cells of a data field (column) in a list or database under the conditions that you specify.
DGET (database, field, criteria): Extract a value from a column of data in a list or database that meets the conditions specified by you.
DMAX (database, field, criteria): The function returns the maximum value of a data field in a list or database under the conditions that you specify.
DMIN (database, field, criteria): The function returns the minimum value of a data field in a list or database under the conditions that you specify.
DPRODUCT (database, field, criteria): Multiply the values of a data field in a list or database according to the conditions that you specify.
DSTDEV (database, field, criteria): Estimate the standard deviation of a population based on a sample by using the numbers in a data field of a list or database according to the conditions you specify.
DSTDEVP (database, field, criteria): The function calculates the standard deviation of a population based on an entire population by using the numbers in a list or database field with the conditions you specify. specified.
DSUM (database, field, criteria): Sum the numbers of a data field in a list or database according to conditions you specify.
DVAR (database, field, criteria): Estimate the variance of a population based on a sample by using the numbers in the data field of a list or database that meet the conditions you specify.
DVARP (database, field, criteria): The function calculates the variance of a population based on an entire population based on a sample by using the numbers in the data field of a list or a database that meets the condition. that you specify.
GETPIVODATA (data_field, pivot_table, field1, item1, field2, item2, .): The function returns the data stored in the PivotTable report, you can use the GETPIVOTDATA function to retrieve summary data from the PivotTable report if That summary data is visible in the report.
Most data functions begin with the letter D and use three database, field and criteria arguments.
- database: is a series of cells that make up a list or database including data to be processed including field names (column titles).
- field: the field (column) of data used in the function. You can write text as the column name enclosed in quotation marks (eg "Age", "Salary"), the field can also be a number representing the position of the column (like 1 for the first column, 2 for the second column .) or you can enter the name of the cell directly containing the column header (A1, A5 .).
- criteria: is the range of cells that contain conditions, you can use any range for criteria but it must contain at least one column header and a cell below that contains conditions.
Now that you know the uses and syntax of each function in the data group in Excel, you can easily apply them as needed. Good luck!
You should read it
- Summary of data in groups in Excel
- MS Excel - Lesson 5: Excel formulas and functions
- Summary of Excel exercises from basic to advanced
- Summary of technical functions in Excel
- How to fix the SUM function doesn't add up in Excel
- Comparison functions in Excel - How to use comparison functions and examples using comparison functions
- Summary of 50 Excel shortcuts you should know by 2023
- Complete financial functions in Excel you should know
May be interested
- Complete financial functions in Excel you should knowfv, date, time, hour, workday, ... functions are the basic financial functions with the same way of getting color codes in excel. show you how to use these financial functions. click view now!
- 10 EXCEL functions that ACCOUNTERS often usein excel, there are many functions that can help accounting in daily data entry, but here are some common functions used by accounting.
- Logical functions (logical) in Excellogical functions are used a lot during data processing in excel. the article summarizes the syntax and functions of functions in logical function groups in excel.
- The MIN and MAX functions (the smallest and largest value functions) in Excelthe function to return the maximum value (max) and the function to return the minimum value (min) are two common statistical functions used by a lot of people in the process of manipulating and processing data in excel.
- Common calculation functions in Excelexcel is a spreadsheet that supports functions that help you in the process of calculating and processing data, if you know the calculation functions, how to use them, your work will be processed more quickly.
- How to use NORMDIST function in Excelnormdist is a function that returns a distribution with a standard deviation and a confirmed average. the normdist function applies in statistics, including hypothesis testing.
- How to use ISEVEN and ISODD functions in Excelidentifying even and odd numbers may be easy in small groups of data, but with large amounts of data it is different. luckily, excel provides two built-in functions, iseven and isodd, to simplify this task.
- Common calculation functions in Excel, formulas and examplescommon calculation functions in excel not only help you process data quickly but also increase the accuracy of calculations. let's learn about the sum, average, max, min functions with free download to improve work efficiency.
- Instructions on how to use the Dmax function in Excelthe dmax function in excel is used to find the maximum value in the data table with conditional depending on the conditions that the user uses.
- 6 Excel functions to find data quicklyworking with large data sets requires knowing how to quickly find what you need. fortunately, microsoft excel has a number of functions that can help with this.