wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Vlookup Formula in Excel

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What does Vlookup stand for in Excel?

a)

Variable Lookup

b)

Vertical Lookup

c)

Vertical Loop

d)

Virtual Lookup

2.

What is the syntax of the Vlookup formula?

a)

=SUMIF(range, criteria, [sum_range])

b)

=INDEX(lookup_array, MATCH(lookup_value, lookup_array, 0))

c)

=VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])

d)

=HLOOKUP(lookup_value, table_array, row_index_num, [range_lookup])

3.

What is the purpose of using Vlookup in Excel?

a)

To search for a value in a table and return a corresponding value from another column.

b)

To insert a new row in the spreadsheet

c)

To change the font style of a cell

d)

To calculate the sum of a range of cells

4.

What are the four arguments of the Vlookup function?

a)

lookup_value, table_array, row_index_num, and range_lookup

b)

search_value, data_array, col_index_num, and exact_match

c)

value_to_find, array_to_search, index_num, and approximate_match

d)

lookup_value, table_array, col_index_num, and range_lookup

5.

How does Vlookup search for a value in a table?

a)

It searches for a value in the rightmost column of a table.

b)

It searches for a value in the middle column of a table.

c)

It searches for a value in the leftmost column of a table.

d)

It searches for a value in all columns of a table.

6.

What happens if the lookup value is not found in the table?

a)

Lookup value becomes zero

b)

#N/A or #VALUE!

c)

Table explodes

d)

Error 404

7.

Can Vlookup be used to search for values in multiple columns?

a)

No

b)

Only if the columns are adjacent

c)

Yes, but only in specific versions of Excel

d)

Yes, always

8.

What is the difference between Vlookup and Hlookup?

a)

Vlookup looks up a value in the horizontal direction

b)

Hlookup looks up a value in the vertical direction

c)

Vlookup looks up a value in the diagonal direction

d)

Vlookup looks up a value in the vertical direction, while Hlookup looks up a value in the horizontal direction.

9.

How can Vlookup be used to retrieve data from another worksheet?

a)

Specify the worksheet name followed by an exclamation mark (!) before the table array reference

b)

Enter the data manually from the other worksheet

c)

Use the SUM function to retrieve data

d)

Use the AVERAGE function to retrieve data

10.

What are some common errors that occur when using Vlookup and how can they be resolved?

a)

Double-checking the table array, using relative cell references, and ensuring the exact match option is selected.

b)

Forgetting to input the lookup value

c)

Using absolute cell references

d)

Not specifying the exact match option