HARMEAN function - The function returns the harmonic average of a data set in Excel

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], ...)

The following article introduces you to HARMEAN function - one of the functions in the statistical function group is very popular in Excel.

Picture 1 of HARMEAN function - The function returns the harmonic average of a data set in Excel

Description: 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], .)

Inside:

- number1, [number2], .) : The values ​​you want to calculate the harmonic mean value, where number1 is the required parameter, the remaining values ​​are optional and contain up to 255 number parameters .

Attention:

- Note: harmonic average

- Arguments can be numbers, names or arrays that contain numbers.

- When typing logical values ​​or textual numbers directly -> these values ​​are still counted.

- If the reference argument or array contains logical values ​​or text -> these values ​​are ignored, but a value of 0 is still counted.

- The value of the argument is a text or an error value that cannot be converted. The function will report an error.

- If any data point ≤ 0 -> the function returns the #NUM! Error value

- The average harmonic equation is:

[frac {1} {{{H_y}}} = frac {1} {n} sum {frac {1} {{{Y_i}}}}]]

For example:

Calculate the harmonic mean of number values in the following data table:

Picture 2 of HARMEAN function - The function returns the harmonic average of a data set in Excel

- In the cell to calculate enter the formula : = HARMEAN (D6: D10)

Picture 3 of HARMEAN function - The function returns the harmonic average of a data set in Excel

- Press Enter -> harmonic average of number values is:

Picture 4 of HARMEAN function - The function returns the harmonic average of a data set in Excel

- Where number values ​​are logical or text values ​​-> they are ignored:

Picture 5 of HARMEAN function - The function returns the harmonic average of a data set in Excel

Above are instructions and some specific examples when using HARMEAN function in Excel.

Good luck!

You've just finished reading the article "HARMEAN function - The function returns the harmonic average of a data set in Excel" edited by the TipsMake team. You can save harmean-function-the-function-returns-the-harmonic-average-of-a-data-set-in-excel.pdf to your computer here to read later or print it out. We hope this article has provided you with many useful tech tips and tricks. You can search for similar articles on tips and guides. Thank you for reading and for following us regularly.

« PREV HYPGEOM.DIST - The function returns the hyperbolic distribution in Excel
NEXT » GUSSE function - The function returns the probability that an element of the population is normalized in Excel