wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Just Excel!

Total questions: 10

Worksheet time: 4mins

Name
Class
Date
1.

Lookup, Index, Match, Choose, Offset, Indirect are functions under Lookup & References family.

a)

True

b)

False

c)

Don't Know

d)

Maybe

2.

Which of this is CORRECT about database formula?

a)

=database(sum)

b)

=Sum(database,field,criteria)

c)

=DAverage(database,field,criteria)

d)

None of the above

3.

To combine between two text, we use ____________ or ________________

(a)  

4.

PROPER function converts string to

a)

lower case

b)

upper case

c)

first letter of a word to lower and others to upper case

d)

first letter of a word to upper and others to lower case

5.

What function can be used to summarize pivot table data?

a)

Count

b)

Sum

c)

Average

d)

Len

e)

Min

6.
The 4 arguments used in the VLookUp function are: look up value, _________, column number, range lookup
a)

table array containing data

b)

Price of the item being looked for

7.
The LookUp function has 3 arguments. First ___________ then table array and finally, results column
a)

Value to Look Up

b)

Value to Calculate

8.
Jane wants to count the number of cells in a range in her spreadsheet. She would like to count only the cells in that range that contain 100. What function should he use?
a)

SUMIF

b)

AVERAGEIF

c)

TOTALIF

d)

COUNTIF

9.
What function should a sales manager use to indicate whether a salesperson met the goal of $6,000 sales this month? 
a)

Count

b)

CountA

c)

Fill Series

d)

If

10.
The number of hours worked is recorded in Cell D7. Hourly rate is recorded in Cell E7. Overtime hours occur anytime the number of hours worked is greater than 40. Which formula correctly determines how many (if any) overtime hours have occurred? 
a)

=IF(D7<40),1.5*E7

b)

=IF(D7>40,D7-40)

c)

=MAX(D1:D7)*1.5

d)

=OVERTIME(D7*E7)