MindFusion.Wpf Pack Programmer's Guide
PRODUCT

Returns the product of the specified arguments.

Syntax  Copy Code

PRODUCT( Number n1, [Number n2], ... )  Number

Parameters

n1
n2
One or more number to multiply.

Remarks

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.

Example

Formula  Copy Code

=PRODUCT(A1:A3,5)

See Also

Function Reference
SUM Function