ADD (Primitive Spread Function) adds the two arguments.
SYNTAX:
ADD(value1,value2)
EXAMPLES:
ADD(B3, C4)ADD(-1, 9)=8