1) Mathematical functions:
2) Statistical functions:
3) Financial functions:
[1] Mathematical functions:
No. Function Description Syntax
1. SUM This Function is used to add =SUM(num1,num2,num3,………)
all the numbers in a range
of cells.
2. ABS This Function is used to =ABS(number)
find absolute value of a
number. The absolute value
of number means a number
without its sign.
3. SQRT This Function is used to =SQRT(number)
find Square root of a given
positive number.
4. MOD This Function is used to =MOD(number , divisor)
find remainder after number
is divided by divisor. The
sign of remainder and
divisor should be equal.
5. INT This Function is used to =INT(number)
round off a given number to
a lower integer.
6. ROUND This Function is used to =ROUND(number , num_digits)
round a number to a
Specified number of digits.