ADD
Name
Addition
Description
Adds the two arguments.
Syntax
ADD(value1, value2)
Remarks
See also SUM.
Data Type
Accepts numeric data. Returns numeric data. For more information, see Data Type for Each Cell Type.
Example
ADD(R1C2, R2C3)
ADD(B3, C4)
ADD(-1, 9)=8