SUM

Adds two numbers together.

Syntax

SUM(a,b)
  • a, b (values) - numbers.

Sample Usage

SUM( 1.3, 5)
SUM( A1, A2)

Return Value

  • The result of adding the two arguments together.

Notes

See Also

Last updated

Was this helpful?