Average function syntax is = AVERAGE (number1, [number2], .) .
Inside:
number1: The first argument can be the number, cell reference or range containing the number you want to average, required.
number2: is the number, cell reference or range containing additional numbers that you want to calculate up to 255 numbers, optional.
Users should note when using:
AVERAGE has a maximum of 256 arguments, which can be numbers, names, ranges or cell references containing numbers.
The cell reference parameter or range contains a logical, text, or empty value, the function is automatically omitted, the value 0 alone will be calculated.
Logical values, denoting the text as numbers when entering directly into the list of arguments in the function will be counted.
If the argument is text or the value cannot be converted to a numeric form, an error will occur.
We will take the example with the data table below, averaging the scores for each student.
Step 1:
In the first average score box for the first student, the user enters the formula = AVERAGE (C2, D2, E2) and then press Enter.
Step 2:
The result will be displayed as shown below. In the case of decimal results as shown and want to round, the reader should refer to the article How to round numbers in Excel.
To calculate the average of the next cells, users simply point to the first result box and drag down the cells below.
2. Fix #VALUE error using Average function
While using the Average function to calculate the average of data on Excel, users will encounter some common errors such as reporting the #VALUE! Error. This error occurs when the argument in the calculation that the Average function cannot interpret those values is a numeric value.
With the image below, cell F2 is reporting a #VALUE! Error. because in the calculation, cell E2 contains the #VALUE value.
To fix the #VALUE! Error, you need to use two IF functions and the ISERROR function to ignore the reference area containing the error, to average the remaining normal values.
The function formula is = AVERAGE (IF (ISERROR (C2: E2), "", C2: E2)) .
Since this is an array formula, users need to enter Ctrl + Shift + Enter to display the first and second brackets. If there are no parentheses the result will still report an error.
The result will be displayed as below. Cell E2 will not be included in the calculation.
Above is how to use the Average average function on Excel. The implementation is very simple, just need to localize the data you need to calculate. Also how to fix #VALUE! The above can be applied to # N / A, #NULL, # p / 0! errors, . of the Average function.
avedev function: the function returns the average absolute deviation between a given data point and the average value of the population. the function is a measure of the variability of a dataset
harmean function: the function returns the harmonic mean of a dataset, the harmonic mean is the reciprocal of the arithmetic mean of the reciprocals. syntax: harmean (number1, [number2], ...)
averageifs function: the function returns the average of the arguments that meet multiple conditions. syntax: averageifs (average_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)
norm.s.inv function: the function returns the inverse of the normalized distribution with an average value of 0 and a standard deviation of 1. support from excel 2010 onwards. syntax: norm.s.inv (probability)
normdist is a function that returns a distribution with a standard deviation and a confirmed average. the normdist function applies in statistics, including hypothesis testing.
hlookup function basically also has the function syntax and features like vlookup function, which is to help users find data in excel table, with the conditions or given information. here is the guide for using the hlookup function in detail.
sum is a popular and very useful excel function, and is also a basic arithmetic function. as its name suggests, the sum function is used to calculate totals in excel. and the parameters can be single parameters or ranges of cells. in this article, tipsmake.com will guide you to use the sum function to calculate the sum in excel, the common errors when calculating sum by sum and how to fix it.