*
Multiplication
Result = expression1 * expression2
For each cell, the values of expression1 and expression2 are multiplied. This product is assigned to the corresponding cell on Result.
A cell with missing value on expression1 and/or expression2 is assigned a missing value on Result.
Result *= expression1 is an alternative notation for Result = Result * expression1
This operation belongs to the group of Arithmetic operators
| Result.map | Expr1.map | Expr2.map |
|
|
|