![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Maths and Trigonometry > FACTDOUBLE |
FACTDOUBLE(number) |
| Returns the double factorial of a number. |
| number | The number you want the double factorial of. |
| REMARKS |
| This function is only available if you have the Analysis ToolPak add-in installed. | ||
| If "number" is not numeric, then #VALUE! is returned. | ||
| If "number" < 0, then #NUM! is returned. | ||
| If "number" is even then, formula used is: n(n-2)(n-4)…(4)(2). | ||
| If "number" is odd then, formula used is: n(n-2)(n-4)…(3)(1). |
| EXAMPLES |
|
| Functions - F | Index - F | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |