Table of Contents
This guide explains how to use GAMMA Function in Excel, including its syntax, required arguments, practical examples, and common errors.

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!
FAQ
What does the GAMMA function do in Excel?
The GAMMA function performs the calculation described in this guide. Use the correct arguments and compatible data types for reliable results.
How do I enter the GAMMA function correctly?
Start with an equals sign, enter GAMMA, add the required arguments inside parentheses, and confirm that cell references and separators are correct.
Why does the GAMMA function return an error?
Common causes include missing arguments, invalid data types, incorrect cell references, unsupported values, or regional separator settings.
Reader Comments 0
Sign in with email or Google to join the discussion.