Excel
FACTDOUBLE function in Excel
Returns the double factorial of a number
=FACTDOUBLE(number)FACTDOUBLE syntax and parameters
One argument, one required.
- numbernumberRequired
The value for which to return the double factorial. If number is not an integer, it is truncated.
FACTDOUBLE examples
Formulas you'll actually reuse.
7‼ = 7 × 5 × 3 × 1 — every other factor:
=FACTDOUBLE(7)Result
1058‼ = 8 × 6 × 4 × 2 — pairings of 8 people into couples, times 2⁴:
=FACTDOUBLE(8)Result
384
FACTDOUBLE in Google Sheets
Same name — your formula ports as-is.
Try FACTDOUBLE in the playground
Edit the example — nothing to install.
Preloaded with the FACTDOUBLE formula from Example 1 — change anything and watch it respond.
Loading the editor…
Related functions
More ways Excel gets this done.
- ABSReturns the absolute value of a numberMathGoogle Sheets
- ACOSReturns the arccosine of a numberMathGoogle Sheets
- ACOSHReturns the inverse hyperbolic cosine of a numberMathGoogle Sheets
- ACOTReturns the arccotangent of a numberMathGoogle Sheets
- ACOTHReturns the hyperbolic arccotangent of a numberMathGoogle Sheets
- AGGREGATEReturns an aggregate in a list or databaseMathNo Google Sheets equivalent