![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Excel > Functions > Maths and Trigonometry > PRODUCT |
PRODUCT(number1, number2 [, number3] [, ...]) |
| Returns the product of all the numbers in a list or cell range. |
| number1 | The first number. | |
| number2 | The second number. | |
| number3 | (Optional) The third optional number. |
| REMARKS |
| You can include logical arguments such as true or false. True =1, False=0. | ||
| If an argument is an array or reference, only numbers in the array or reference are counted. | ||
| If an argument is an array or reference, any empty cells, text, or error values are ignored. | ||
| If any of the arguments are text, then #VALUE! is returned. | ||
| You can have a maximum of 30 arguments. |
| EXAMPLES |
|
| Functions - P | Index - P | Office Online 2003 | Office Online 2007 |
| Copyright © 2010 Better Solutions Limited. All Rights Reserved. | Top |