Addition Operator (+)

Used to add two numbers

Syntax

value 1+value 2

Example

200+400

will return a value of 600 to the cell.

Related Topics