Manuals/calci/CALC
Jump to navigation
Jump to search
CALC(Formula)
- where is the formula of any calculation to be performed.
Description
- This function gives the calculation result of given formula.
ZOS
- The syntax is to calculate SUM is ZOS is
- are numbers to be added.
- There are any number of arguments also we can give to find the .
- SUM(-20..-10,11..20,30..50)
Examples
Equation | n1 | n2 | n3 | SUM |
---|---|---|---|---|
SUM(1,2,3) | 1 | 2 | 3 | 6 |
SUM(5,-9,45) | 5 | -9 | 45 | 41 |
SUM(A1:A3) | CELL A1 | CELL A2 | CELL A3 | A1+A2+A3 |
Related Videos
See also
References