Syntax
| Parameter | Description |
|---|---|
| value1 | Parameter of the PRODUCT function. |
| [value2 | (Optional.) Parameter of the PRODUCT function. |
| ...] | Parameter of the PRODUCT function. |
Examples
Compound growth factor
=PRODUCT(1.05, 1.03, 1.07)
Multiply a range
=PRODUCT(A2:A5)
Unit conversion chain
=PRODUCT(B1, 0.3048, 12)
Common Errors
Occurs if any argument is text that can't be interpreted as a number, like =PRODUCT("hello", 5).
Result may overflow if you multiply too many large numbers together, though this is rare in practice.
Tips
PRODUCT skips blank cells in a range. This is important: a blank is not treated as 0 (which would make the whole product 0), it's simply ignored.
If column B has annual return rates like 1.08, 1.12, 0.95, then =PRODUCT(B2:B10) gives the total compounded return factor over those years.
A single 0 in your range makes the entire PRODUCT result 0. If your data might contain zeros, filter them out or use a helper formula.
Try PRODUCT in Viztab
Import your data and use PRODUCT with 370+ other formulas. No signup required.
Open Viztab