wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

IF and Vlookup Function

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

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

a)

false

b)

1

c)

Yes

d)

-1

2.

IF function makes use of something called

a)

functional operators

b)

relational operators

c)

relational database

d)

absolute reference

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

a)

vlookup function

b)

nested function

c)

nest function

d)

if function

5.

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

a)

lookup ()

b)

if ()

c)

count()

d)

sumif()

6.

An example of a range address

a)

A1;B3

b)

A1:B3

c)

A1-B3

d)

A1.B3

7.

What is the Keyboard shortcut to make a cell absolute reference?

a)

F1

b)

F2

c)

F3

d)

F4

8.

Which of these is an absolute reference?

a)

A3

b)

A13

c)

A$3$

d)

A*3

9.

Which of these Vlookup functions is searching for an exact match?

a)

=VLOOKUP (True, A2:B6, 2, C16)

b)

= VLOOKUP (C16, A2:B6,3, TRUE)

c)

=VLOOKUP (C16, A2:B6, 3, FALSE)

d)

=VLOOKUP (C16, A2:B6,1, $C$4:$D$15)

10.

We want to make a Payment Type Column as a drop-down list. Which feature should we use?

a)

Conditional formatting

b)

Data validation

c)

Bulleted list

d)

Absolute cell reference

11.

The first argument in a VLOOKUP function tells the function.................

a)

What to look for

b)

Where to look

c)

To use an approximate or exact match

d)

The column index number

12.

Put "yes" if paid atleast $20 and "no" if paid less than $20 . What to put in cell C2?

a)

=CONDITIONAL(B2>=20, "No","Yes")

b)

=IF(B2>=20, "Yes","No")

c)

=IF(B2=20, "Yes","No")

d)

=CONDITIONAL(B2>20, "No", "Yes")

13.

What value would excel return for this formula? =(82-32)5+8*2

a)

30

b)

21

c)

26

d)

37

14.

VLOOKUP formula to be used to get result in the highlighted cell

a)

=VLOOKUP(A2:B9,2,FALSE)

b)

=VLOOKUP(D3,A2:B9,FALSE)

c)

=VLOOKUP(D3,A2,2,FALSE)

d)

=VLOOKUP(D3,A2:B9,2,FALSE)

15.

Which of the formula 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, value)

d)

=VLOOKUP(lookup_value, table_array, range_lookup)