logo
excelfunctions.org
bookmarks

FACTDOUBLE

Returns the double factorial of a number.

Math & TrigonometryMath Basics

What it does

Returns the double factorial (n!!) of a number.

Syntax

FACTDOUBLE(number)

Arguments

  • number(number) β€” Non-negative number.

Examples

Double Factorial

Calculate 5!! (5*3*1).

FORMULA
=FACTDOUBLE(5)
RESULT
15
SAMPLE DATA
A
1Number
25