4D v17

SUM

Home

 
4D v17
SUM

SUM 


 

SUM ( value {, value2 , ... , valueN} ) 
Parameter Type   Description
value  Number, CellRef in Number(s) to be added together

The SUM function returns the sum of cells or range of cells.

In value, pass the values to evaluate. Each argument can be a number, or an array of numbers (a single array (cell range) or multiple arrays (cell ranges)).

Note: The + operator provides an auto-conversion for non-numeric values passed by constant and for non-numeric values passed by reference. The SUM function provides an auto-conversion for non-numeric values passed by constant but, ignores non-numeric values passed by reference.

Example  

SUM(A1,B7,C11)

SUM(A1:A9)

SUM(A2:A14,B2:B18,D12:D30)

SUM(95,89,73,87,85,76,100,96,96) //797

 
PROPERTIES 

Product: 4D
Theme: 4D View Pro Formulas

 
HISTORY 

 
ARTICLE USAGE

4D View Pro Reference ( 4D v17)