Manuals/calci/calci sum
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