wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Spreadsheet If Statements

Total questions: 22

Worksheet time: 16mins

Name
Class
Date
1.
How many choices are possible when using a single if-else statement?
a)
1
b)
2
c)
3
d)
4
2.
This function can be written to carry out an action and is a conditional operator. 
a)
If Statements
b)
List Functions
c)
Count Functions
d)
Lookup Functions
3.
conditional operators are also known as 
a)
mathematical operators
b)
if statements
c)
date functions
4.
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 function correctly determines how many overtime hours have occurred
a)
=IF(D7>40,D7-40)
b)
=MAX(D1:D7)*1.5
c)
=OVERTIME(D7*E7)
5.
An absolute reference is designated in a formula by the addition of a _______ sign. 
a)
%
b)
$
c)
&
d)
#
6.
Unlike _________ references, _________ references do not change when copied or filled. 
a)
Absolute, Relative
b)
Relative, Absolute
7.
If you see this code, what do you need to do?
#####
a)
Check your function syntax
b)
Re-enter the function formula
c)
Widen the column
d)
Use a different function
8.
IF, AND, OR and NOT are all part of which category of functions?
a)
Math and Trig
b)
Text
c)
Logical
d)
Lookup and Reference
9.
Press this when you are done entering a function or formula
a)
enter
b)
backspace
c)
tab
d)
shift
10.
Formatting that appears only when the cell value meets certain terms you specify.
a)
style
b)
conditional
c)
specific
d)
custom
11.

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 function correctly determined how many overtime hours have occurred?

a)

=IF(D7>40,D7-40)

b)

=MAX(D1:D7)*1.5

c)

=OVERTIME(D7*E7)

d)

=IF(D7<40),1.5*E7

12.

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

a)

COUNT

b)

IF

c)

NOW

d)

DAYS360

13.

Ernie uses a spreadsheet to maintain inventory at his store. He wants to use a formula that will automatically reorder the items when they reach a certain quantity. Which function should he use?

a)

IF

b)

MAX

c)

LOOKUP

d)

MIN

14.

Which function will display the word "Yes" when the value of Cell A1 is greater than the value in Cell B1 and "No" when otherwise?

a)

IF

b)

DAYS360

c)

Lookup

d)

MAX

15.

Click the statement that BEST describes an IF Statement:

a)

it is a conditional operator

b)

results are returned IF the data specified in an equation meets conditions set by the formula

c)

IF statements can be written to carry out an action, such as: IF a value in a cell is greater than or equal to another value, insert the word "Pass" in a cell

d)

all of the options

16.

Select the IF statement that will calculate the amount of overtime hours worked.

a)

=IF(Hours Worked<40,Hours Worked+40,0)

b)

=IF(Hours Worked>40,Hours Worked-40,0)

c)

=IF(Hours Worked=40,Hours Worked-40,0)

d)

none

17.

Select the IF Statement that BEST fits the following statement:

If a student (Cell G1) earns a 90 or better on the quiz, that is considered proficient, all other scores indicate the topic is not mastered.

a)

=IF(G1>89,"Proficient","Not Mastered")

b)

=IF(G1=90,"Proficient","Not Mastered")

c)

=IF(G1<89,"Proficient","Not Mastered")

d)

=IF(G1>90,"Proficient","Not Mastered")

18.

What function will produce the results that indicate whether a student has passed or failed a course by entering the text "Pass" or "Fail"?

a)

DATE

b)

COUNT

c)

IF

d)

DAYS360

19.

James has a spreadsheet with daily predicted temperatures. He would like a function to return the label "snow" if the temperature drops below 32 degrees. Which function should he use?

a)

IF

b)

COUNT

c)

DAYS360

d)

NOW

20.

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)

VLOOKUP

d)

IF

21.

What function will display the word "Yes" when the value in Cell A1 is greater than the value in Cell B1 and "No" when otherwise?

a)

IF

b)

LOOKUP

c)

MAX

d)

MIN

22.

What function will produce results that indicate whether a student has passed or failed a course by entering the text "Pass" or "Fail"?

a)

COUNT

b)

LOOKUP

c)

IF

d)

DAYS360