The
SUM() fucntion returns sum total of
a range of values.
- The syntax for
the function is SUM (number
1 , number 2, ....number
n).
The
arguments for the function "number 1, number
2.." can be a series
of up to 255 values, a referenced range
of cells, an array or a named range.
In addition the function can accepts
logical values when typed in direclty.
The SUM
function is a measure of the total
value a range of data points. It sums
each of the given arguments and returns
a cumulative total. For example: SUM(3,8,4,6,2,5,7)
= 33.
|