ADD

Returns the sum of two numbers.

Sample Usage

ADD(5,10)
ADD(A4,A5)

Syntax

ADD(number1, number2)

  • number1 - The first number to calculate for the sum.
  • number2 - The second number to calculate for the sum.

Examples

ADD(5,10) returns a value of 15.
ADD(A4,A5) returns the sum of the numbers contained in A4 and A5.

Notes

  • The ADD function only supports the addition of two scalar values, and does not take a cell range as an argument.