List of Functions
List of Functions
LIST OF FUNCTIONS
NO. FUNCTION PARAMETERS DESCRIPTION
1. =SUM() (range of values) Adds all numbers in the given range of
values.
2. =SUMIF() (range, criteria, sum_range) adds all numbers in a range of cells
based on the given condition or criteria
3. =AVERAGE() (range of values) Finds the mean of the given range of
values.
4. =AVERAGEIF() (range, criteria, Calculates the average if the criteria
[average_range] gets satisfied.
5. =MAX() (range of values) Finds the largest number from the
range of values.
6. =MIN() (range of values) Finds the smallest number from the
range of values.
7. =INT() (value) Rounds a number down to the nearest
integer that is less than or equal to it.
8. =ROUND() (number, no of places) Rounds a number to a certain number
of decimal places, can be either a bit
more or less than the original value.
9. =ROUNDDOWN() (value, places) Rounds a number to a certain number
of decimal places, always rounding
down to the next valid increment.
10. =ROUNDDUP() (value, places) Rounds a number to a certain number
of decimal places, always rounding up
to the next valid increment.
11. =TRUNC() (number to truncate) It returns a truncated number based on
an (optional) number of digits. For
example, TRUNC(4.9) will return 4,
and TRUNC(-3.5) will return -3.
The TRUNC function does no rounding,
it simply truncates as specified.
12. =COUNT() (range of values) Counts the number of cells with any
characters in selected range.
13. =COUNTA() (range of values) Counts the number of cells that contain
only alphabets in selected range.
14. =COUNTBLANK() (range of values) It counts blank cells in a range, where
the word blank means empty.
15. =COUNTIF() (range, criteria) Counts the cell if they fulfil the criteria
23. =LOWER() (text) Coverts all the letters in the given text
to lower case.
24. =LEFT() (text,[num_characters]) Extracts a specific number of
characters from the left.
25. =RIGHT() (text,[num_characters]) Extracts a specific number of
characters from the right.
27. =CONCATENATE() (text 1, text 2, text 3 … text n ) Combines the texts specified in the
n = any number formula with spaces in between