Multiply
Multiplies a number (the multiplicand) by another (the multiplier) and assigns the result (the product) to a variable. |
Enter the value to be multiplied
Multiplicand. Enter an integer or float value (as a literal preceded by =, or an integer or float variable).
Enter the value to multiply by
Multiplier. Enter an integer or float value (as a literal preceded by =, or an integer or float variable).
Enter a variable value to hold the result
Product. Enter an integer or float variable. The latter is recommended if the result may not be a whole number. A variable value, if used for the multiplicand or multiplier, can be used here in which case it will be overwritten by this value.
Exit point |
Taken |
[Complete] |
When cell execution completes. |