You are on page 1of 7

Sheet1

Simple INDEX-MATCH

Ex1 - simple
Sl Student nameMark Letter grade
1 John Travolta 80 A
2 Jeff 60 C
3 Alyssa Milano 70 B
4 Joe 60 C
5 Sally 90 A+
6 Aaron 90 A+
7 Sarah 80 A
8 Joseph 70 B
9 May 90 A+

Ex3 with the last argument range lookup set to true


Sl Student nameMark Letter grade
1 John Travolta 81 A
2 Jeff 62 C
3 Alyssa Milano 70 B
4 Joe 60 C
5 Sally 90 A+
6 Aaron 90 A+
7 Sarah 80 A
8 Joseph 70 B
9 May 90 A+

Ex5 Please see the “output” sheet as to how SizeLetter should


Sl Shirt style Length(InchesSizeLetter
1 Aerobic 45.5 S
2 Artizan 47 SM
3 Simplex 47.5 SM
4 Innuendo 52 XL
5 Summer 58 SL
6 Aarong 59 SL
7 Men's Wear 46.8 S
8 Jeans 46 S
9 Tickle 47 SM

Please fill in the yellow cells using


INDEX-MATCH

Also look at the problems in Sheet2 Page 1


Sheet1
Please fill in the yellow cells using
INDEX-MATCH

Also look at the problems in Sheet2

Page 2
Sheet1

Ex2 with modified column index


Grade Mark Sl Student name
F 0 1 John Travolta
D 40 2 Jeff
C 60 3 Alyssa Milano
B 70 4 Joe
A 80 5 Sally
A+ 90 6 Aaron
7 Sarah
8 Joseph
9 May

Please solve
Ex 4
Comment Grade Mark Employee
Poor F 0 John Travolta
Below Averag D 40 Jeff
Average C 60 Alyssa Milano
Above averag B 70 Joe
Good A 80 Sally
Excellent A+ 90 Aaron
Sarah
Joseph
May

Shirt sizes lookup table

Size SizeLetter Length(cm) Length(Inches)


Small S 114.3 45
Small-Medium SM 119.38 47
Medium M 121.92 48
Large L 127 50
Extra-Large XL 132.08 52
SuperSize SL 137.16 54

Page 3
Sheet1

fied column index


Mark Letter grade Comment Grade Mark
80 A Poor F 0
60 C Below Averag D 40
70 B Average C 60
60 C Above averag B 70
90 A+ Good A 80
90 A+ Excellent A+ 90
80 A
70 B
90 A+

Salary Commission Commission rate


90 0.08 Rate Slot
23 0.00 0% 0
40 0.00 5% 60
76 0.08 8% 70
20 0.00 1% 100
30 0.00
98 0.08
67 0.05
120 0.01

Page 4
Sheet1

Explanation
below 60 is 0%
equal to 60 is 5%
between 60 and 70 not including 70 is 5%
between 70 and 100 not including 100 is 8%
anything above or equal to 100 is 1%

Page 5
Sheet2
Ex6
Sl Student nameMark Letter grade Comment
1 John Travolta 81 A Grade
2 Jeff 62 C Mark
3 Alyssa Milano 70 B
4 Joe 60 C
5 Sally 90 A+
6 Aaron 90 A+
7 Sarah 80 A
8 Joseph 70 B
9 May 90 A+

Ex7
Sl Shirt style Length(InchesSizeLetter
1 Aerobic 45.5 S
2 Artizan 47 SM Size
3 Simplex 47.5 SM SizeLetter
4 Innuendo 52 XL Length(cm)
5 Summer 58 SL Length(Inches
6 Aarong 59 SL
7 Men's Wear 46.8 S
8 Jeans 46 S
9 Tickle 47 SM

Page 6
Sheet2

Poor Below Averag Average Above averag Good Excellent


F D C B A A+
0 40 60 70 80 90

Small Small-MediumMedium Large Extra-Large SuperSize


S SM M L XL SL
114.3 119.38 121.92 127 132.08 137.16
45 47 48 50 52 54

Page 7

You might also like