Spread 8.0 Documentation
ADD
Support Options
Formula Reference > Built-In Functions > ADD

Glossary Item Box

ADD


Name

Addition

Description

Adds the two arguments.

Syntax

ADD(value1, value2)

Remarks

See also SUM.

Data Type

Accepts numeric data. Returns numeric data. For more information, see Data Type for Each Cell Type.

Example

ADD(R1C2, R2C3)
ADD(B3, C4)
ADD(-1, 9)=8

Copyright © GrapeCity, inc. All rights reserved.