Day2-Excel Class
Day2-Excel Class
P2
=B23+B
Example
15 120
25 120 =SUM
35 120
45 =SUM
45 60
15 675
Result for Division
48 3.2 E8 / E7 i.e. (48 / 15)
68 20
=B23+B24+B25+B26
=SUM(B23,B24,B25,B26)
=SUM(B23:B26)
483 548
814
535 Returns the Highest number of the selected range
941
936 Maximum =MAX(B2:B25)
751
666 941
602
Returns the Lowest number of the selected rang
612
820
673 Minimum
=MIN(B2:B25)
515
9 9
804
161
Returns the Number of Non-Blank Cells of the
Count
=COUNT(B2:B25)
23
al of the selected range / cells
GE(B2:B25)
3 A$1 Cell
4 $A1 Cell
Range referencing
5 A1:B3 Range
6 5:5 Range
7 B:B Range
8 5:7 Range
9 B:E Range
10 $A$1:$B$3 Range
11 $B:$B Range
Type Usage
Relative This references 6 cells (A1, A2, A3, B1, B2, B3)
Relative All cells in row 5
Relative All cells in column B
Relative All cells in rows from 5 to 7
Relative All cells in columns from B to E
Absolute This is Absolute references of 6 cells (A1, A2, A3, B1,
B2, B3)
Absolute Absolute Reference of all cells in column B
1 2 3 4 5 6 7 8 9
10
11
12
10