GAMMA function - The function returns the gamma function value in Excel
The following article introduces you to the GAMMA function - one of the functions in the statistical function group is very popular in Excel.
Description: The function returns the gamma function value . Support functions from Excel 2013 onwards.
Syntax: GAMMA (number )
Inside:
- number: The value you want to calculate the gamma function value .
Attention:
- Function of calculation using equation:
[Gamma left (N right) = intlimits_0 ^ infty {{t ^ {N - 1}} {e ^ {- t}} dt}]
- If number is a negative integer or equal to 0 -> the function returns the #NUM! Error value .
- If the number value is not valid -> the function returns the error value #VALUE!
For example:
Find the value of the GAMMA function of the values in the data table below:
u
- In the cell to calculate enter the formula : = GAMMA (C6)
- Similarly copying the formula for the remaining values results:
- Where the number value is a negative integer or equal to 0 -> the function returns the #NUM! Error value
- Where the number value is not a numerical value -> the function returns the error value #VALUE!
Above are instructions and some specific examples when using the GAMMA function in Excel.
Good luck!
You should read it
- GAMMALN.PRECISE function - The function returns the natural logarithm of the gamma function, Γ (x) in Excel
- GAMMALN function - The function returns the natural logarithm of the gamma function, Γ (x) in Excel
- What is gamma-ray burst?
- How to use Gamma AI to create stunning presentations
- How to use the IFS function in Excel 2016
- How to use the IF function in Excel
- OR function in Excel, how to use the OR function, and examples
- Save time with these text formatting functions in Microsoft Excel
May be interested
- 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)
- What is gamma-ray burst?the first thing you imagine in your head when listening to the gamma rays phrase - what is the gamma flash? join tipsmake.com to learn about gamma ray bursts!
- PHI function - The function returns the value of the density function for a normal distribution in Excelphi function: the function returns the value of the density function for a standard normal distribution. support functions from excel 2013 onwards. syntax: phi (x)
- FORECAST function - The function returns a value along a linear trend in Excelforecast function: the function performs the calculation or prediction of a future value by using current values using linear regression. in excel 2016 this function is replaced by forecast.linear function. syntax: forecast (x, known_ys, known_xs)
- BETA.DIST function - The function returns the Beta distribution in Excelbeta.dist function: the function returns the beta distribution to study the variability of a number of things through a sample. support functions from excel 2010 onwards. syntax: beta.dist (x, alpha, beta, cumulative, [a], [b])
- How to use the IFS function in Excel 2016the ifs function in excel is a logical function introduced in excel 2016. this function is a function that replaces the nested if function and is much easier to use. the ifs function checks one or more conditions and returns a value that meets the first true condition.
- FTEST function - The function returns the result of an F-Test in Excelthe following article details how to use ftest - the function returns the result of an f-test. in statistical probability, the determination of the correctness and the deviation between two data samples is a regular and extremely important job.
- How to use ADDRESS function in Excelthe address function in excel takes the number of rows and column numbers as arguments and returns the reference of the standard cell (cell address). for example, if you go to row 4 and column 3, the function returns c4.
- FISHER function - The function returns the Fissher transformation at x in Excelfisher function: the function returns the fissher transformation at x. this transformation creates a normal distribution function, using this function to test a hypothesis based on a correlation coefficient. syntax: fisher (x)
- QUARTILE function - The function returns the quartile of a dataset in Excelthe quartile is an indispensable value in the field of surveying and sales, it helps you evaluate certain criteria in a set. the following article details how to use quartile function, the function returns the quartile of a dataset.