wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

VLOOKUP/HLOOKUP IGCSE Grade 11

Total questions: 17

Worksheet time: 34mins

Name
Class
Date
1.

Identify the formula for

VLOOKUP

a)

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

b)

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

c)

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

d)

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

2.

What is the correct formula for this?

a)

=HLOOKUP(A4, A1:F1,2, FALSE)

b)

=VLOOKUP(B4, A1:F1,2, TRUE)

c)

=HLOOKUP(A4, A1:F1,2, TRUE)

d)

=VLOOKUP(A4, A1:F2,2, FALSE)

3.

What formula is used to find East_01?

a)

=HLOOKUP(A11, B1:B9,2, TRUE)

b)

=VLOOKUP(A11, A1:B9,2, TRUE)

c)

=HLOOKUP(A11, A1:B9,2, FALSE)

d)

=VLOOKUP(A11, A1:B9,2, FALSE)

4.
The four arguments used in the VLookUp function are: Name of Item, _________, column index number, look for approximate match.
a)
range containing data
b)
Price of the item being looked for
5.
When using VLookUp, use _______________ if you want to look for approximate matches rather than an exact match.
a)
True
b)
False
6.
The LookUp function has three arguments. First ___________ then data to search and finally, results column
a)
Value to Look Up
b)
Value to Calculate
7.

Jill wants to search her spreadsheet for a vaule in the first column of her tabel. What function should she use?

a)

VLOOKUP

b)

HLOOKUP

c)

LOOKUP

d)

SEARCH

8.

What function is used to find price of Product_2?

a)

HlookUp

b)

Index

c)

Match

d)

VlookUp

9.

What is the correct formula?

a)

=VlookUp(A8, A1:B5, 2, FALSE)

b)

= HlookUp(A8, A1:B5, 2, FALSE)

c)

= VlookUp(A8, A1:B5, 2, TRUE)

10.

What match type returns the exact value?

a)

0(zero)

b)

1(positive one)

c)

-1(negative one)

d)

2 (two)

11.

What are columns in spreadsheet?

a)

vertical

b)

horizontal

c)

upside down

d)

downside

12.

What are rows in spreadsheet?

a)

vertical

b)

horizontal

c)

upside down

d)

right

13.

What is the first step to create a formula?

a)

Select the cell you want to place the formula into

b)

Type the equals sign (=) to tell Excel that you're about to enter a formula

c)

Enter the formula using any input values and the appropriate mathematical operators that make up your formula

d)

Choose the new command from the file menu

14.

the intersection of a single

row and a single column

a)

range

b)

reference

c)

cell

d)

argument

15.

Absolute cell reference

a)

is group of selected cells which are highlighted

b)

is reference which is automatically fills other cells

c)

does not change when the formula is copied or moved to a new location

16.

There are two types of references:

1._____________ : (B2:B6), C4

2.Absolute : $A$2, ($B$2:$B$6),

a)

Changing

b)

Fluctuate

c)

Relative

d)

Linked

17.

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

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)