| 4D v18SUM | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 
 | 
    4D v18
 SUM 
         | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SUM ( value {, value2 , ... , valueN} ) | ||||||||
| Parameter | Typ | Beschreibung | ||||||
| value | Zahl, CellRef |   | 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.
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
	Produkt: 4D
	Thema: Formeln in 4D View Pro
	
        
        
	
	
	
	
	
	
	
	
	4D View Pro Handbuch ( 4D v18)
	
	
	
 Fehler melden
Fehler melden