FACTDOUBLESuggest EditsReturns the double factorial of a number. Parameters value Number (required) - The value for which to calculate the double factorial. Returns Number Examples FACTDOUBLE(5) // returns 15 Updated almost 2 years ago Did this page help you?YesNoTable of Contents Parameters Returns Examples