You are on page 1of 6

Sl. Functions Done?? Sl.

Tools
1 DATE 1 Alignment
2 NOW 2 Cell Border
3 TODAY 3 Column and row Size
4 HOUR 4 Copy and Paste Special
5 MINUTE 5 Fill
6 SECOND 6 Flash Fill
7 DAY 7 Find
8 DAYS 8 Format Painter
9 DAYS360 9 Freeze Panes
10 MONTH 10 Insert and Delete column
11 YEAR 11 Insert and Delete row
12 UPPER 12 Insert Comment
13 LOWER 13 Wrap Text
14 PROPER 14 Merge Cell
15 CONCATENATE 15 Number Format
16 LEFT 16 Page Setup
17 RIGHT 17 Page View
18 MID 18 Paste Transform
19 LEN 19 Series
20 TRIM 20 Sorting and Filtering
21 SUBSTITUTE 21 Insert Pictures
22 SEARCH 22 Insert Shapes
23 FIND 23 Text Box
24 EXACT 24 Word Art
25 ROW 25 Advance Filtering
26 ROWS 26 Remove Duplicates
27 INT 27 Conditional Formating
28 ROUND 28 Data Validation
29 ROUNDDOWN 29 Pivot Table
30 ROUNDUP
31 MAX
32 MIN
33 COUNT
34 COUNTA
35 COUNTIF
36 AVERAGE
37 AVERAGEIF
38 SUM
39 SUMIF
40 IF
41 OR
42 AND
43 VLOOKUP
44 LOOKUP
45 HLOOKUP
46 ISTEXT
47 ISNUMBER
48 ISERROR
49 ISBLANK
Done?? Sl. Functions
1 AND()
2 IFNA()
3 IFERROR()
4 OR()
5 NOT()
6 IF()
4 CONCATENATE()
5 LEFT
6 RIGHT
7 MID
8 UPPER()
9 LOWER()
10 PROPER()
11 FIND()
12 LEN()
13 SEARCH()
14 DATE()
15 NOW()
16 TODAY()
17 HOUR()
18 MINUTE()
19 SECOND()
20 DAY()
21 MONTH()
22 YEAR()
23 DAYS360()
24 DAYS()
25 DATEDIF()
26 LOOKUP()
27 VLOOKUP()
28 HLOOKUP()
29 INDEX()
30 MATCH()
31 SUMIF()
32 COUNTIF()
33 INT()
34 ROUND()
35 ROUNDDOWN()
36 ROUNDUP()
37 ISBLANK
38 ISERROR()
39 ISNUMBER()
40 ISTEXT()
Returns
Returns TRUE if all of its arguments are TRUE
If a result of a culculation is #N/A then whats to do
Returns a value you specify if a formula evaluates to an error
Enables to choose from two logical test by 'TRUE if any argument is TRUE'
Reverses the logic of its argument
Enables a logical test to perform
Joins several text items into one text item
Selects the leftmost characters from a text value
Selects the rightmost characters from a text value
Identifies a specific number of characters from a text string starting at the position you specify
Rerwrites text to uppercase
Rerwrites text to lowercase
Capitalizes the first letter in each word of a text value
Finds one text value within another
Finds the number of characters in a text string
Finds one text value within anothe
shows particular date
Shows current date and time
Today's date
Converts number to an hour
Converts number to a minute
Converts number to a second
Converts a serial number to a day of the month
Converts a serial number to a month
Converts a serial number to a year
Calculates the number of days between two dates based on a 360-day year
Calculates the number of days between two dates based on a 365-day year
Converts number of days into Year Month and Day
Looks up values in a vector or array
Looks in the first column of an array and moves across the row to return the value of a cell
Looks in the top row of an array and returns the value of the indicated cell
Returns a value or the reference to a value from within a table or range
Looks up values in a reference or array
Sum if the condition is met
Count only if the condition is met
Rounds a number down to the nearest integer
Remove the decimal part from number
Rounds a number down, toward zero
Rounds a number up, away from zero
Returns TRUE if the value is blank
Returns TRUE if the value is any error value
Returns TRUE if the value is a number
Returns TRUE if the value is text

You might also like