Difference between revisions of "Manuals/calci/CALCI SUM"

From ZCubes Wiki
Jump to navigation Jump to search
Line 18: Line 18:
 
{| id="TABLE3" class="SpreadSheet blue"
 
{| id="TABLE3" class="SpreadSheet blue"
 
|- class="even"
 
|- class="even"
| class=" " |
+
!Equation
| Column1
+
| n1
| class="  " | Column2
+
| n2
| Column3
+
| n3
| Column4
+
| SUM
 
|- class="odd"
 
|- class="odd"
| class=" " | Row1
+
|SUM(1,2,3)
| class="sshl_f" | 5
+
| 1
| class="sshl_f" | 2
+
| 2
| class="sshl_f" | 5+2i
+
| 3
| class="sshl_f" | 5+2j
+
| 6
 
|- class="even"
 
|- class="even"
| class="  " | Row2
+
| SUM(5,-9,45)
| class="sshl_f" |
+
| 5
|
+
| -9
|
+
| 45
| class=" SelectTD SelectTD" |
+
 
<div id="2Space_Handle" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="2Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
 
|- class="odd"
 
|- class="odd"
| Row3
+
|  
| class="                                      sshl_f    " |
+
|                        
 
|
 
|
 
|
 
|

Revision as of 07:48, 11 November 2013

CALCI_SUM(n1,n2,n3)


  • where n1,n2,n3.. 'are the arguments for which to find the total.

Description

  • This function gives the total sum value of given arguments.
  • The argument may be any type of numbers like '+' or '-'.
  • Also in arguments we can give any cell references like column or row number,
  • logical values like true or false, an array, or a result from any other functions.
  • Here we must give more than one argument. i.e n1 is required, and from n2 ,n3....
  • it is optional up to any number of arguments we can give.
  • while giving the arguments is an array or reference only the constants are considered.
  • The arguments are ignored if it is are empty cells,logical values or text.
  • This function shows error value when the arguments cannot change in to numbers.

Examples

Equation n1 n2 n3 SUM
SUM(1,2,3) 1 2 3 6
SUM(5,-9,45) 5 -9 45
Row4
Row5
Row6
File:Calci1.gif