wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Year 9 End of Unit Assessment on Spreadsheet

Total questions: 43

Worksheet time: 2hrs 32mins

Name
Class
Date
1.
  1. You're creating a budget. Write the formula to calculate the total expenses by adding cells B2 (Rent), B3 (Utilities), and B4 (Groceries).

4 lines
2.
  1. A teacher wants to calculate Garry's net points by subtracting his penalty points from his points. Write the formula to do this calculation

4 lines
3.
  1. Mike needs to multiply the Quantity of milk by the price per unit to calculate the total milk revenue for his shop. Write the formula.

4 lines
4.
  1. You have 10 student test scores. Write the function to calculate their average score.

4 lines
5.
  1. The table shows the daily temperature readings for Wickford for a particular week. Write a function that shows the coldest temperature (the lowest temperature).

4 lines
6.
  1. In a driving theory test, if the score is 44 or more, the taker has passed; otherwise, the taker must retake the test. Write an IF function to show if Morgan has passed or needs to retake the test

4 lines
7.
  1. In a class list of 30 students (A1:A30), some haven't submitted assignments. Which function counts how many submissions are missing (cells with blank data)?

4 lines
8.
  1. Analyzing weekly sales data to find the worst-performing week. Which function is most useful?

a)
  1. MAX

b)
  1. AVERAGE

c)
  1. MIN

d)
  1. COUNT

9.
  1. Your IF statement =IF(P4>50,Pass,Fail) shows an error. Rerwrite the function and correct the errors

4 lines
10.
  1. The passing score for a test is 50. For a score in G2, the teacher wanted: “Pass” if 50 or more, “Fail” if otherwise. The teacher typed:
    =IF(G2>=50,Pass,Fail)
    Excel gave a #NAME? error. Rewrite the IF function correctly.

4 lines
11.
  1. A salesman wanted to calculate the total sales for the first quarter by adding cells B2 (Jan), B3 (Feb), and B4 (Mar) using Excel. He wrote this in the expected cell:
    B2+B3+B4 =
    But nothing happened. Rewrite the correct formula for him.

4 lines
12.
  1. In a survey, if cell D3 contains “Yes” it should return 1, and if “No” return 0. Someone typed:
    =IF(D3=Yes,1,0)
    Excel returned an error. Write the corrected IF function.

4 lines
13.
  1. To find the highest sales value in cells A1:A12, this was entered:
    =BIGGEST(A1:A12)
    Excel returned #NAME?. Write the correct function.

4 lines
14.

To make the title "UK Theory Driving Test" darker and thicker, which tool in Excel should the user click to do this?.

4 lines
15.
  1. A teacher needs to count how many students in the cell ranges F1:F20 have not completed their homework (any blank entry). Which count function counts the blank entries in the range?

4 lines
16.

Write an XLOOKUP function to return the price of Cosmic Adventure.

Hint: Structure of xlookup

=XLOOKUP( What to Find, Where to Look, What to Return )

4 lines
17.

What is the title of chat shown here?

4 lines
18.

Which fruit has the highest quantity sold?

4 lines
19.

Give one reason why you will use excel formulas or functions to perform your calculations rather than working out the calculations manually.

4 lines
20.

State one use of a Spreadsheet application

4 lines
21.

A formula =A1+A2+A3 works correctly. Which function could replace this formula?

a)

=TOTAL(A1:A3)

b)

=ADD(A1:A3)

c)

=SUM(A1:A3)

d)

=COUNT(A1:A3)

22.

A student wants to calculate the total cost by adding values in cells B2 and B3. Which formula is correct?

a)

B2+B3

b)

=ADD(B2,B3)

c)

SUM=B2,B3

d)

=B2+B3

23.

A student wants the title of a spreadsheet to stand out clearly at the top. Which formatting option would be most appropriate?

a)

Change the cell colour

b)

Increase column widthIncrease column width

c)

Make the text bold and larger

d)

Add a formulaAdd a formula

24.

Why must formulas in Excel always start with an equals sign (=)?

a)

To format numbers

b)

To show text clearly

c)

To tell Excel a calculation is being performed

d)

To protect the cell

25.

Which of the following is NOT a basic Excel function?

a)

SUM

b)

GRAPH

c)

MAX

d)

MIN

26.

A student uses =SUM(B2:B6). What will Excel do?

a)

Find the average

b)

Count the numbers

c)

Find the biggest number

d)

Add all values from B2 to B6

27.

What will =AVERAGE(A1:A5) return?

a)

The middle value

b)

The largest value

c)

The mean of the values

d)

The total of the values

28.

Why should charts have a clear title?

a)

To improve file size

b)

To protect data

c)

To add colour

d)

To explain what the data shows

29.

Before creating a chart, what must a student do first?

a)

Protect the sheet

b)

Format the worksheet

c)

Select the dataset

d)

Add formulas

30.

Why are charts useful in spreadsheets?

a)

They replace calculations

b)

They make data slower to read

c)

They help users visualize and understand data quickly

d)

They stop errors

31.

Test Scores Spreadsheet

A teacher has entered students’ test scores into an Excel spreadsheet. The teacher wants the data to be clear, accurate, and easy to understand.

You are asked to improve the spreadsheet using formatting, formulas, and functions.

31.

Describe how you would use Excel to improve the spreadsheet.

You should refer to:

  • Formatting to make the data clear

  • At least two formulas or functions used to analyse the scores

Explain how your choices help the teacher understand the results.

You should write at least two paragraphs, not less than 100 words

4 lines
32.

A student forgets to label the axes on a graph. What is the main problem?

a)

The chart will not display

b)

The data will be deleted

c)

The chart may be confusing to read

d)

The formula will change

33.

Which chart would best show the relationship between height and weight of students?

a)

Line graph

b)

Pie chart

c)

Bar chart

d)

Scatter plot

34.

A student wants to show how a school budget is divided into sections. Which chart is most suitable?

a)

Line graph

b)

Scatter plot

c)

Pie chart

d)

Bar chart

35.

The Insurance rate is stored in a single cell and used for all rows.
Write the formula to calculate Insurance for Alex, making sure the Insurance rate does not change when copied down.

Insurance = Base cost * Insurance Rate

4 lines
36.

Write a formula to calculate the Revenue (£) for the Space Quest film. Ensure that there will be no errors when the formula is copied down

Note: Revenue= Tickets Sold * Ticket Price

4 lines
37.

Columns can be sorted in A to Z or Z to A for text values. For numbers, columns can be sorted as Largest to Smallest or Smallest to Largest.

From the dataset, identify the column (Product, Category, Unit Price, Stock, Last Delivery ) that has been sorted and state the order in which it has been sorted.

4 lines
38.

When a formula =B2*C2 is copied from row 2 to row 3, what happens to the cell references?

a)

They remain the same

b)

They change to =B3*C3

c)

They become $B$2 * $C$2

d)

They cause an error

39.

Which conditional formatting rule would highlight scores below a pass mark of 70?

a)

Greater Than

b)

Between

c)

Less Than

d)

Top 10%

40.

What happens to data that does not meet a filter condition?

a)

It is deleted

b)

It is moved to another sheet

c)

It is hidden

d)

It is permanently removed

41.

How do you write cell D1 as an absolute reference in a formula?

4 lines
42.

Write the Excel function to calculate the total sales for the week.

4 lines
43.

Write an IF function that displays "Pass" if Sam's score is 50 or above, and "Fail" if it is below 50.

4 lines