EXCEL FACTDOUBLE FUNCTION

This function returns a number’s double factorial.

Syntax:

=FACTDOUBLE(number)

Parameter list:

number – the value for which the double factorial should be returned. The number is shortened if it is not an integer.

Step By Step Guide of FACTDOUBLE Function

Example as :

  • =FACTDOUBLE(3) because 3 is an odd number We’ll receive 3 as a result of the double factorial, which is equivalent to 3*1.
  • Because 8 is an even integer, =FACTDOUBLE(8) is used. We will obtain 384 as the result of the double factorial, which is 8*6*4*2.
  • FACTDOUBLE returns the #VALUE! error value if number is nonnumeric.
  • FACTDOUBLE returns the #NUM! error value if number is negative.
  • If the number is even, it will be multiplied by all the even numbers.
  • If the number is odd, it will be multiplied by all the odd numbers.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now