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
- LOOKUP function searches in Excelthe lookup () function returns a value from a data range consisting of 1 column or 1 row, or from an array. the lookup () function is an improvement of the two functions vlookup () and hlookup () because it has the additional function to distinguish the search area as rows or columns.
- FREQUENCY function - Function that calculates and returns the frequency of occurrences of values in a range in Excelfrequency function: function that calculates and returns the frequency of occurrences of values within a certain range and returns a vertical number array. syntax: frequency (data_array, bins_array)
- AVERAGE function - The function returns the average of the arguments in Excelaverage function: the function returns the average of the arguments. syntax: average (number1, [number2], ...)
- How to use the DAVERAGE function in Exceldaverage in excel is a function that calculates the average value of data with given conditions in a spreadsheet. so, how to use this function?
- LOGEST - The function returns an array of data that describes an exponential curve that fits the data given in Excellogest: the function returns the data array that describes the exponential curve that fits the given data. - the equation of the curve is: y = b * m ^ x or y = (b * (m1 ^ x1) * (m2 ^ x2) * _) syntax: logest (known_ys, [known_xs], [const], [ stats])
- COVARIANCE.P function - The function returns the covariance of a set, the product of the average of degrees of instruction for each pair of data points in Excelcovariance.p function: returns the covariance of the population, the average of the product deviations for each pair of data points in the two data sets syntax: covariance.p (array1, array2)
- PERCENTILE.EXC function - The function returns the kth percentile of values in the range, with k in the range from 0 to 1 in Excelpercentile.exc function: the function returns the kth percentile of values in the range with k in the range from 0 to 1, excluding values 0 and 1. syntax: percentile.exc (array, k)
- QUARTILE.EXC function - The function returns the quartile of a dataset without values 0 and 1 in Excelquartile.exc function: the function returns the quartile of the data set, with percentile values from 0 to 1 excluding 0 and 1. the support function is from excel 2010 onwards. syntax: quartile.exc (array, quart)
- AVERAGEIF function (returns the average value according to the condition) in Excelthe averageif () function returns the average value of all selected cells that meet the conditions you specify.
- PERCENTILE.INC function - Function returns the kth percentile of values in the range with k in the range from 0 to 1 in Excelpercentile.inc function: the function returns the kth percentile of values in the range with k in the range from 0 to 1. syntax: percentile.inc (array, k)