wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Understand VLOOKUP and INDEX MATCH

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which of the formulas below contain the correct syntax (formula arguments) for the VLOOKUP function?

a)

=VLOOKUP(lookup_value, table_array, col_index_num, range_lookup)

b)

=VLOOKUP(table_array, lookup_value, col_index_num, range_lookup)

c)

=VLOOKUP(lookup_value, table_array, col_index_num, table range)

2.

Which of the following is NOT possible with VLOOKUP?

a)

You can lookup values located in a different worksheet.

b)

You can lookup values located in a column to the left of the column that contains the lookup value.

c)

You can lookup values such as text, numbers or characters.

3.

In a VLOOKUP formula, what does the argument column_index_number mean?

a)

This is the secret INDEX number that each column in an Excel worksheet has.

b)

This is the number of the column within the selected table_array where the lookup result is located.

c)

This is numbers you assign to columns in your worksheet.

4.

What type of result does the MATCH function, when used on its own, return?

a)

It returns the lookup value located in a specific location.

b)

It returns a value that is the same as the lookup value.

c)

It returns the relative position of a lookup value, either as a row or column number, within the selected array.

5.

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

a)

=VLOOKUP(A15,A4:D11,4,FALSE)

b)

=VLOOKUP(B15,A4:D11,4,FALSE)

c)

=VLOOKUP(A15,D4:D11,4,FALSE)

6.

We can use VLOOKUP for the following EXCEPT?

a)

Search tables and database

b)

Sum up all the database

c)

Tax and commission rate calculation

7.

Which of the formula is correct about INDEX & MATCH function?

a)

=INDEX(Lookup Range,MATCH(Lookup Value, Return Range, 0))

b)

=INDEX(Return Range,MATCH(Lookup Range, Lookup Value, 0))

c)

=INDEX(Return Range,MATCH(Lookup Value, Lookup Range, 0))

8.

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

a)

YES

b)

NO

9.

Which sentence is NOT correct about the differences between VLOOKUP and INDEX MATCH formula?

a)

Dynamic Column Reference

b)

Lookup Value Size Limit

c)

Both can look from Right to Left

10.

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

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))