This article introduces you to the GAMMA.INV function - one of the widely used statistical functions in Excel.

Description: Returns the inverse value of the gamma distribution, used to study the distribution variables which may be skewed. Supported from Excel 2010 onwards.
Syntax: GAMMA.INV(probability,alpha,beta)
In which:
- probability: Probability associated with the gamma distribution.
- alpha: Parameter value for the distribution.
- beta: Parameter value for the distribution, if beta = 1 -> the function returns the standard gamma distribution.
Note:
- If any of the parameters probability, alpha, beta of the function are not numeric -> the function returns an error value #VALUE!
- If alpha ≤ 0 or beta ≤ 0 -> the function returns an error value #NUM!
- If probability > 1 or probability < 0 -> the function returns an error value #NUM!
Example:
Calculate the inverse value of the GAMMA cumulative distribution of the value in the data table below:

- In the cell where you want to calculate, enter the formula: =GAMMA.INV(D6,D7,D8)

- Press Enter -> the inverse value of the GAMMA cumulative distribution is:

- In case probability > 1 or probability < 0, the function returns an error value #NUM!

- In case alpha ≤ 0 or beta ≤ 0, the function returns an error value #NUM!

Above is the guide and some specific examples of using the GAMMA.INV function in Excel.
Wishing you all success!
