Returns the product of the specified arguments.
Syntax Copy Code |
---|
PRODUCT( Number n1, [Number n2], ... ) → Number |
The arguments can be either numbers or cells, ranges, or arrays that contain numbers. Logical values, text, and empty cells are ignored. If the specified arguments do not contain any numbers, the function returns 0.
Formula Copy Code |
---|
=PRODUCT(A1:A3,5) |
Function Reference
SUM Function
JSpreadsheet Programmer's Guide | © 2024 MindFusion |