Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
FACT computes the factorial of a non-negative integer: FACT(5) = 5 × 4 × 3 × 2 × 1 = 120. Factorials grow extremely fast, so inputs above about 170 exceed Excel's numeric range. The function is foundational for counting permutations and combinations.
=FACT(A2)=FACT(A2)Computed by a real spreadsheet engine on the sample data below.
| n | n! |
| 0 | |
| 1 | |
| 5 | |
| 7 |
=FACT(A2)→1
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: