Home Search

DriveWorks Solo 21
Product

Send Feedback

Product

This function, when calculated, multiplies all of the specified numbers together and returns the result.

Syntax

Product([Number1], [Number2], [Number n])

Where:

Number1, Number2, Number n, are the numbers or references to numbers, that you want to find the product of.

There can be 1 to 255 Numbers in any one Product Function.

Examples

Rule

Meaning
Product(PartPriceTextBoxReturn, QuantityTextBoxReturn)The Product function multiplies the return value of the PartPriceTextBox by the return value of the QuantityTextBox.

Example Outcomes

PartPriceTextBoxReturn Value

QuantityTextBoxReturn Value

Result of the Product function

112.153336.45
505.202010104