+
Addition
Result = expression1 + expression2
For each cell, the values of expression1 and expression2 are summed. This sum 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 |
|
|
|