
Use the PRODUCT function to multiply values
Normally values in a worksheet are multiplied with the * operator
in formulas like =A1*B1. However, Excel also provides a useful
function to do the same calculation. Use the PRODUCT function to
multiply all the given numbers and return the product.
PRODUCT(number1, number2, ...)
number1, number2, ...: From 1 to 30 numbers to be multiplied.
As an example, calculate a price reduction with the PRODUCT
function using a standard factor in cell D1.
4
To calculate the price reduction:
1. In cells A2:A10 list some prices.
2. Enter in cell D1 the value 0.15 to calculate a 15% price
reduction.
3. Select cells B2:B10 and type ...