You are on page 1of 11

Wind Pressure

20
30
40
50
60
70
80
90
Height

200
10
40
130
180
240
310
390
750

400
20
60
180
230
290
360
440
800

600
160
190
230
280
340
410
490
850

800
210
240
280
330
390
460
540
900

1000 Span
260
290
330
380
440
510
590
950

The above table gives the wind pressure for the parameters - height of the struc
Write a formula in cell L21 to find out the wind pressure for any height and span
You cannot use any function other than Match and Index

For example, if an user gives a height of 25 and a span of 300, the wind pressure is calcula
Step I
10 + (40 - 10) * (25 - 20)/(30 - 20) = 25
Step II
20 + (60-20) * (25 - 20)/(30 - 20) = 40
Step III
25 + (40 - 25) * (300 - 200)/(400 - 200) = 32.5

Data cannot be changed to solve this problem. You cannot add a row or a column. Neither

height of the structure and the span of the strcuture


y height and span by interpolation. The user may enter any height between 20 and 90 in L20, and a

d pressure is calculated as

or a column. Neither can you sort or filter data.

0 and 90 in L20, and any span between 200 and 1000 in M20.

Given below are some data on two different parameters


Parameter 1 Parameter 2
6000
22
7000
33
2000
3
0
0
3000
9
4000
12
5000
15
1000
1

An user will enter a number in cell G7. You have to find out the largest number in Paramet
and return the corresponding number from the Parameter 2 Column. Write this formula in
For example, if someone enters 3459 in cell G7, the formula should return 9
You cannot sort or filter data.

est number in Parameter 1 column which is less than the number entered in G7,
n. Write this formula in cell H7
return 9

Month
January
February
March
January
March
February
March
March
January
January
February
February

Name
Amar
Akbar
Amar
Anthony
Amar
Akbar
Amar
Amar
Amar
Amar
Akbar
Akbar

Year
Units
2013
2012
2013
2013
2012
2012
2012
2012
2013
2013
2012
2012

12
45
67
34
89
222
343
111
45
111
34
123

The above table gives the number of units for three customers, for diff
A user will enter Month, Name and Year in cells K2, L2 and M2 respectiv
Write a formula in cell O2 which will give the sum of the top n units for
Therefore, if the user enters March, Amar, 2012 and 2, your formula sh
If the user enters February, Akbar, 2012 and 3, your formula should ret

Month

Name

Year

Top

Result

hree customers, for different months of two years - 2012 and 2013.
K2, L2 and M2 respectively. The user will enter an integer in N2. Let us denote this integer by n.
um of the top n units for the name, month and the year.
and 2, your formula should return 454 (343 + 111)
your formula should return the sum of the top 3 for February, Akbar and 2012, i.e., 390 (222 + 123

e this integer by n.

, i.e., 390 (222 + 123 + 45)

Ramen is looking at the total test runs of his favorite cricketers during a calenda
Year

Batsman Runs scored in a year Last year's score


Ricky
1200
Rahul
870
1 Sachin
674
Laxman
1245
Michael
335
Sachin
900
Rahul
1133
2 Laxman
820
Michael
459
Ricky
189
Sachin
560
Rahul
430
3 Ricky
700
Laxman
450
Michael
333

Starting from the end of the list, he now wants to find out the number of runs sc
For example, he wants to write a formula in cell D19 which will look for the numb
So, the formula will return 459 in cell D19. The same formula can then be used in
year for the cricketer in that row. So, if we copy the formula written in cell D19 t
You cannot change the data in the table in any manner

ters during a calendar year. He has collected data for the last three years

he number of runs scored by the cricketer in the previous year.


will look for the number of runs scored by Michael in the previous year, i.e., 459
a can then be used in the cells above to get the number of runs scored in the previous
a written in cell D19 to D13, the formula should return 335. Write the formula in cell D19

the previous
ula in cell D19

You might also like