wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Spreadsheets L5 - REVISION

Total questions: 18

Worksheet time: 11mins

Name
Class
Date
1.

Enter the letter, which identifies merging cells

(a)  

2.

Enter the letter, which allows you to change the cell background colour (shading)

(a)  

3.

Enter the letter, which allows you to apply £ currency to cells

(a)  

4.

What is the orange arrow pointing at?

a)

The formula bar - where you can see the formula/function used in a cell

b)

Review tab in the Excel ribbon so that you can spell check the document

c)

The shading tool, so that a colour can be applied to the cell

d)

The worksheet that we are working on

5.

Which of the following tasks would a spreadsheet model be best used for?

a)
Designing a logo
b)
Writing a novel
c)

Budgeting and financial predictions

d)
Creating a website layout
6.

What is the cell reference for the selected cell?

(a)  

7.

I want to ADD the cell that contains 17 to the cell that contains 193. Write out the WHOLE formula. Remember that formulas start with =

(a)  

8.

How much did Daniel sell on Wednesday?

(a)  

9.

What function word would you use to find the Total Sales for Alby in cell I9?

(a)  

10.
If a business wants to make more profit, how could you use a spreadsheet to predict the impact on revenue?
a)
Reduce marketing efforts to save costs.
b)
Ignore seasonal trends in sales data.
c)
Use a random number generator for pricing adjustments.
d)
Adjust pricing or sales estimates in the spreadsheet to forecast revenue changes.
11.
Look at the formula shown. What is $E$7 an example of?
a)
Absolute Cell Referencing
b)
Relative Cell Referencing
c)
Dollar Cell Referencing
d)
Function Referencing
12.

Select the correct formula so that E2 remains fixed (absolute cell refencing) when copied to other cells.

a)

=B5*£E£2

b)

=B5*E3$

c)
=B5*E2
d)

=B5*$E$2

13.

Rewrite the formula =B5*E2 so that E2 remains fixed when copied to other cells.

(a)  

14.

Which IF statement will work?

a)

=IF (TEST, VALUE IF TRUE, VALUE IF FALSE)

=IF(A1>B1,"YES","NO")

b)

=IF (TEST VALUE IF FALSE VALUE IF TRUE)

=IF(A1>B1NOYES)

c)

=IF (TEST,VALUE IF TRUE, VALUE IF FALSE)

=IF(B1,"YES","NO")

15.

If a student scores over 20 in the exam, the adjacent cell must state PASS otherwise it should say FAIL.

What value will be displayed in cell C4?

(a)  

16.

If a student scores over 20 in the exam, the adjacent cell must state PASS otherwise it should say FAIL.

Write out the TEST part only, of the function for cell C4?

(a)  

17.

If a student scores over 20 in the exam, the adjacent cell must state PASS otherwise it should say FAIL.

Select the correct formula that must be typed in cell C4.

a)

=IF(B4>20,"PASS","FAIL")

b)

=IF("PASS"=>20,B4,"FAIL)

c)

=IF(<20,"PASS","FAIL")

18.

If a student scores over 20 in the exam, the adjacent cell must state PASS otherwise it should say FAIL.

Write out the WHOLE FUNCTION that must be typed in cell C4.

(a)