Excel Formulas For Class
Excel Formulas For Class
To become an expert in these formulas, apply them in excel and play with them.
Sr. No Formula
1 Concept of Range
2 Precedence of Operators
3 SUM
4 PRODUCT
5 COUNT
6 COUNTA
7 CountBlank
8 COUNTIF
9 IF
10 Nested IF
11 AND
12 OR
13 NOT
14 CONCATENATE / CONCAT
15 LEFT
16 RIGHT
17 MID
18 SEARCH
19 TODAY
20 NOW
21 YEAR/MONTH/DAY
22 ROUND
23 ROUNDUP
24 ROUNDDOWN
25 RANK
26 SUBTOTAL(9,Range)
27 INDEX
28 MATCH
29 CHOOSE
30 TRIM
31 LEN
32 PROPER
TANT DAY to DAY USED EXCEL FORMULAS
apply them in excel and play with them.
Description
Returns the value of a cell based on its row and column numbers.
Removes all extra spaces from text except for single spaces between
words.
Returns the number of characters in a text string.
Capitalizes the first letter of each word in a text string.
Example
=INDEX(A1:C10, 2, 3) returns the value in the 2nd row and 3rd column of the
range.
=MATCH(50, A1:A10, 0) finds the position of 50 in the range A1:A10.
=CHOOSE(2, "Apple", "Banana", "Cherry") returns "Banana" as it’s the 2nd
item.
=TRIM(A1) removes extra spaces from the text in A1.