Manuals/calci/SUM

From ZCubes Wiki
Revision as of 21:45, 24 October 2013 by MassBot1 (talk | contribs) (Created page with "<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify"> Syntax </div></div> ---- <div id="4SpaceContent" align="left"><div class="ZEditBox" align=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Syntax


Remarks


Examples


'''''''  ''''

Description


SUM


 SUM(n1,n2, ...)

Will calculate total value of  parameters n1, n2 etc




List of arguments can be numbers, text representations of numbers, logical values





Adds all the numbers in a range of cells.





=SUM(2,4)   = 6

=SUM(2,”4”,TRUE) = 7


Column1 Column2 Column3 Column4
Row1 2 6
Row2 4 7
Row3
Row4
Row5
Row6