Let’s see how to calculate the factorial of a given number in excel.There is a inbuilt function called FACT available in excel.We will use this function to calculate factorial of a number.
Factorial of N is the product of N*(N-1)*(N-2)….3*2*1.
Fact (N) function is used to find factorial in excel.
As you could see the factorial is calculated in a simple manner.
Hope this helped.