wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Excel If, Index and Match

Total questions: 11

Worksheet time: 6mins

Name
Class
Date
1.

Does Index & Match formula breaks up when a column is inserted?

Kya Coloumn insert karne par Index & match kaam nahi karta?

a)

YES

b)

NO

2.

If function allows to choose between two actions based on whether the condition is true or ..................

If Function, Condition True hai ya _______ is aadhar par action lene ki anumati deta hai

a)

false

b)

1

c)

Yes

d)

-1

3.

Fill the missing

=IF(....................., value_if_true, value_if_false)

a)

lookup_value

b)

criteria

c)

condition

d)

logical_test

4.

Function inside another function?

Function ke andar Function?

a)

vlookup function

b)

nested function

c)

nest function

d)

if function

5.

Which of the formula is correct about INDEX function?

Kon sa formula INDEX function ko sahi se bata raha hai?

a)

=INDEX(Array, Lookup Range, Column No)

b)

=INDEX(Lookup range, Row No , Col No)

c)

=INDEX(Row No, ColumnNo, Lookup range)

6.

..................search for an item of data in a table and then extract the rest of information relating to that item

...................table mein data ke ek item ki khoj karta hai aur phir us item se sambandhit baki jankari nikaalta hai

a)

lookup ()

b)

if ()

c)

count()

d)

sumif()

7.

When using VLookUp, use _______________ if you want to look for approximate matches rather than an exact match.

VLookUp ka upyog karte samay, _________ ka upyog karen agar aap "exact match" karana chahte hai.

a)

True

b)

False

8.

From the above table, what is the correct INDEX & MATCH formula should be fill in the highlight box?

Uper diye table me , INDEX & MATCH ke liye sahi formula jo yellow box me answer le aaye?

a)

=INDEX(A14,MATCH(D3:D10,A3:A10,0))

b)

=INDEX(D3:D10,MATCH(A14,A3:A10,0))

c)

=INDEX(D3:D10,MATCH(A3:A10,A14,0))

9.

If the mark is more than 50, the student passes. Which function we should use in D3? (We will use AutoFill for others)

50 से अधिक अंक होने पर छात्र पास हो जाता है। हमें D3 में किस फ़ंक्शन का उपयोग करना चाहिए? (हम दूसरों के लिए ऑटोफ़िल का उपयोग करेंगे)

a)

=IF($B$3>50,"YES","NO")

b)

=IF($C$3>50,"YES","NO")

c)

=IF(C3>50,"YES","NO")

d)

=IF(B3>50,YES,NO)

10.
 Evaluate (to true or false) each of the following expressions:
14 >= 14
15 > 15
16 != 16
18 >= 19
a)
T, F, F, F
b)
T, T, T, T
c)
F, T, F, F
d)
F, T, T, F
11.

Cell G8 = 80

IF function example:  =IF(G8>40,"Yes","No")
What would show in the cell after you hit enter

a)

Yes

b)

No

c)

Nothing would show