ADD

Get the sum of two numbers.

Parameter List

Syntax
ADD(value1value2)
value1

The first number or cell to sum together. For example: 5 or A1.

value2

The second number or cell to sum together. For example: 6 or A2.

Examples

ADD(-1, 4) returns 3