Sum Function:-: Statistical Functions (Reference)
Sum Function:-: Statistical Functions (Reference)
The SUM function adds all the numbers that you specify as arguments. Each argument can be a range, a cell reference, an array, a constant, a formula, or the result from another function. For example, SUM(A1:A5) adds all the numbers that are contained in cells A1 through A5. For another example, SUM(A1, A3, A5) adds the numbers that are contained in cells A1, A3, and A5.
Syntax
SUM(number1,[number2],...])
The SUM function syntax has the following arguments:
number1 Required. The first number argument that you want to add. number2,,... Optional. Number arguments 2 to 255 that you want to add.
Syntax
AVERAGE(number1, [number2], ...)
=COUNT(A1:A20)
Syntax
COUNTA(value1, [value2], ...)
Syntax
COUNTBLANK(range)
=COUNTIF(B2:B25,"Nancy")
Syntax
COUNTIF(range, criteria)
Syntax
MAX(number1, [number2], ...)
Syntax
MIN(number1, [number2], ...)