wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Excel recap

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

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

2.

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

3.

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

4.
Which is the default method for summarizing data in a PivotTable?
a)
Count
b)
Average 
c)
Max
d)
Sum 
5.

Which of the following is the correct syntax for the IF function?

a)

=IF(condition, value_if_true, value_if_false)

b)

=IF(value_if_true, condition, value_if_false)

c)

=IF(value_if_false, condition, value_if_true)

d)

=IF(value_if_true, value_if_false, condition)

6.

If the formula =IF(A1>10, "Yes", "No") is used in cell B1 and the value in A1 is 8, what will B1 display?

a)

Yes

b)

No

c)

Error

d)

True

7.

What is the output of =IF(A1>10, "Above 10", IF(A1>5, "Between 6 and 10", "5 or below")) if A1 contains the value 6?

a)

Above 10

b)

Between 6 and 10

c)

5 or below

d)

Error

8.

Which of the following is the correct syntax for the COUNTIF Function?

a)

=COUNTIF(range, criteria )

b)

=COUNT(RANGE)

c)

=COUNTA(RANGE)

d)

=COUNTBLANK(RANGE)

9.

If you want to count cells with any type of data (and not just numbers), simply replace COUNT by________ .

a)

countblank

b)

counta

c)

countb

d)

max

10.

What symbol is used in order to make a cell reference an ABSOLUTE CELL REFERENCE?

a)

%

b)

*

c)

?

d)

$