Sl No Function Name
1 ABS
2 ACCRINT
3 ACOS
4 ADDRESS
5 AND
6 AVERAGE
7 AVERAGEIF
8 CEILING
9 CHAR
10 CLEAN
11 CONCATENATE
12 COUNT
13 COUNTA
14 COUNTIF
15 DATEDIF
16 DATEVALUE
17 DAY
18 EVEN
19 EXACT
20 FIND
21 HLOOKUP
22 IF
23 INDEX
24 INDIRECT
25 INT
26 ISBLANK
27 ISNUMBER
28 LEFT
29 LEN
30 LOG
31 MATCH
32 MAX
33 MID
34 MIN
35 MOD
36 MONTH
37 NA
38 NOT
39 NOW
40 OR
41 PI
42 POWER
43 PRODUCT
44 PROPER
45 RAND
46 RANK
47 RIGHT
48 ROUND
49 SEARCH
50 SIGN
51 SIN
52 SQRT
53 SUM
54 TAN
55 TEXT
56 TIME
57 TRIM
58 UPPER
59 VALUE
60 VAR
61 VLOOKUP
62 WEEKDAY
63 YEAR
Description
Returns the absolute value of a number.
Returns the accrued interest for a security that pays periodic interest.
Returns the arccosine of a number, in radians.
Returns a cell reference as a text string, given specified row and column numbers.
Returns TRUE if all its arguments are TRUE.
Returns the average of a group of numbers.
Returns the average (arithmetic mean) of all cells that meet a specified condition.
Rounds a number up, to the nearest multiple of significance.
Returns the character specified by a number.
Removes all nonprintable characters from text.
Joins several text strings into one text string.
Counts how many numbers are in a range of cells.
Counts how many cells in a range are not empty.
Counts the number of cells that meet a condition.
Calculates the number of days, months, or years between two dates.
Converts a date in the form of text to a serial number that Excel recognizes as a date.
Returns the day of the month, a number from 1 to 31.
Rounds a number up to the nearest even integer.
Checks if two text values are exactly the same.
Finds the position of a substring within a text string.
Searches for a value in the top row of a table or an array of values, and returns a value in the same column from
a row you specify.
Returns one value if a condition is true and another value if it's false.
Returns the value of a cell in a specified row and column of a range.
Returns the reference specified by a text string.
Rounds a number down to the nearest integer.
Checks if a reference is to an empty cell.
Checks if a value is a number.
Returns the leftmost characters from a text string.
Returns the number of characters in a text string.
Returns the logarithm of a number to a specified base.
Searches for a specified value in a range of cells, and returns the relative position of that item.
Returns the largest value in a set of values.
Returns a specific number of characters from a text string, starting at a specific position.
Returns the smallest value in a set of values.
Returns the remainder after a number is divided by a divisor.
Returns the month of a date represented by a serial number.
Returns the #N/A error value.
Reverses the logical value of its argument.
Returns the current date and time.
Returns TRUE if any argument is TRUE.
Returns the value of pi (3.14159265358979).
Returns the result of a number raised to a power.
Multiplies its arguments.
Capitalizes the first letter in each word of a text value.
Returns a random number between 0 and 1.
Returns the rank of a number in a list of numbers.
Returns the rightmost characters from a text string.
Rounds a number to a specified number of digits.
Finds one text value within another (case-insensitive).
Returns the sign of a number: 1 for positive, -1 for negative, 0 for zero.
Returns the sine of an angle.
Returns a positive square root.
Adds its arguments.
Returns the tangent of an angle.
Formats a number and converts it to text.
Returns the decimal number for a particular time.
Removes all spaces from text except for single spaces between words.
Converts text to uppercase.
Converts a text argument to a number.
Estimates variance based on a sample.
Searches for a value in the first column of a table array and returns a value in the same row from another
column.
Returns the day of the week corresponding to a date.
Returns the year corresponding to a date.