GEOMEAN function - The function returns the average of a positive array or range of data in Excel
The following article introduces you to GEOMEAN functions - one of the functions in the statistical function group is very popular in Excel.
Description: The function returns the kernel average of a positive data range or range. Use the function to calculate the average growth when knowing the gross profit with variable interest rates.
Syntax: GEOMEAN (number1, [number2], .)
Inside:
- number1, number2, .: The value you want to calculate the standardized overall probability, where number1 is the required parameter, other parameters are optional and contain up to 255 number parameters .
Attention:
- Parameter values can be numbers, names or arrays of references.
- If the logical values, the text is entered directly into the function -> these values are still counted
- If the argument is a reference or an array containing logical values, text or blank cells -> the function ignores these values.
- If any value of number ≤ 0 -> the function returns the #NUM! Error value
- Arguments that are text or error values cannot be converted into numbers -> error function
- GEOMEAN function calculated based on the equation:
[G {M_ {bar y}} = sqrt [n] {{{y_1} {y_2} {y_3} . {y_n}}}]
For example:
Calculate the average of the values in the data table below:
- In the cell to calculate enter the formula : = GEOMEAN (D6: D10)
- Press Enter -> The average of the values is:
- Where the value of number ≤ 0 -> the function returns the #NUM! Error value
- Where number is a logical value or text -> the function ignores those values.
Above are instructions and some specific examples when using GEOMEAN function in Excel.
Good luck!
You should read it
- MODE.MULT function - The function returns a vertical array of the most common values in Excel
- MODE.SNGL function - Function that returns the most frequently occurring, or the most repeated values in an array or data range in Excel
- The MODE function (returns the value with the most frequent occurrence in an array or data range) in Excel
- The Match function (the function searches for a specified value in an array or cell range) in Excel
- LOOKUP function searches in Excel
- Average function (calculate the average) in Excel
- How to use the DAVERAGE function in Excel
- HARMEAN function - The function returns the harmonic average of a data set in Excel
May be interested
- GROWTH function - The function calculates the exponential growth value using existing data in Excelgrowth function: the function calculates the exponential growth value using existing data. syntax: growth (known_ys, [known_xs], [new_xs], [const])
- GUSSE function - The function returns the probability that an element of the population is normalized in Excelgusse function: the function returns the probability that an element of the normalized population will fall into the mean and the standard deviation. support functions from excel 2013 onwards. syntax: gauss (z)
- HARMEAN function - The function returns the harmonic average of a data set in Excelharmean 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], ...)
- HYPGEOM.DIST - The function returns the hyperbolic distribution in Excelhypgeom.dist: the function returns the hyperinfection distribution, using this function for problems with finite sets of vowismooix observations whether or not they are successful. syntax: hypgeom.dist (sample_s, number_sample, population_s, number_pop, cumulative)
- KURT function - The function returns the sharp coefficient of a dataset in Exceldescription: the function returns the sharp coefficient of the dataset. kurtosis indicates the sharp or flat characteristics of a dataset. - if the coefficient is positive - the distribution is relatively pointed. - if the negative coefficient is negative - the distribution is relatively flat. syntax: kurt (number1, [number2], ...)
- LARGE function - The function returns the kth largest value in a dataset in Excellarge function: the function returns the kth largest value in a dataset. use the function to determine the position of the value in a dataset. syntax: large (array, k)