Difference between revisions of "Manuals/calci/calci sum"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="2SpaceContent" align="left"><font size="4">Description</font></div> ---- <div id="3SpaceContent" align="left"><div id="description">Adds up the numbers in a CALCI r...")
 
(No difference)

Latest revision as of 21:30, 24 October 2013

Description

Adds up the numbers in a CALCI range/selection.

Syntax

Remarks

Examples

SUM(n1,n2,n3,...)

SUM(range1,range2,externalrange1,...)

There are no limits to how many arguments you can pass to SUM


SUM ignores values that cannot be converted to numbers. TRUE is counted as 1, and FALSE is counted as 0.


/* Add your style here */

#description {
 font-family: Tahoma;
 font-size: 8pt;
 color: #FF9900;
}

#syntax {

font-family: Tahoma;
 font-size: 8pt;
 color: #79A3C4;
}

#remarks {

font-family: Tahoma;
 font-size: 8pt;
 color: #849D48;
}


SUM