Skip to content
M
hscscience Maths Std · Y11
0/100daily goal
0
0
0 due
0
L1 · 0 XP
KJ
Your weak spots
Insights load after your first practice round.
Module 1 · L6 of 13 ~45 min ⚡ +90 XP available

Formula Modelling with Spreadsheets

Connect algebra formulas to spreadsheet-style calculations by identifying inputs, fixed values, variable values and repeated formulas. A spreadsheet is just algebra organised into a table.

Today's hook — A school canteen spreadsheet uses quantity, price per item and a fixed delivery fee to calculate order totals. What numbers should change from row to row, and what might stay fixed?
0/5QUESTS
Worksheets

Practise this lesson

Three printable worksheets that build from foundations to mastery — or build your own from any module’s questions.

01
Recall — your gut answer first
+5 XP warm-up

A school canteen spreadsheet uses quantity, price per item and a fixed delivery fee to calculate order totals.

Without calculating — what numbers should change from row to row, and what might stay fixed? Type the values that should change and stay fixed.

auto-saved
02
Spreadsheet formulas are just algebra in a table
+5 XP to read

A spreadsheet formula uses cell references instead of variable names, but the underlying algebra is identical. Change an input cell and every formula that references it updates automatically.

Cell references (like B2, C2) are the spreadsheet's variable names. A copied formula repeats the same relationship across rows — just as an algebra formula applies for any value of the variable.

ALGEBRA T = q × c + f SPREADSHEET =B2*C2+D2
$T = qc + f$   where $T$ = total, $q$ = quantity, $c$ = cost per item, $f$ = fixed cost
Cell references as variables
B2 points to the value in column B, row 2. Changing that value automatically updates every formula that uses B2.
Copying a formula
Copying =B2*C2 to row 3 gives =B3*C3 automatically. The same algebraic relationship is applied to each row's data.
Unit consistency
All values in a column must use the same units. Mixing dollars and cents, or metres and centimetres, produces incorrect results.
03
What you'll master
Know

Key facts

  • A spreadsheet formula is a rule written using cell references or values.
  • Inputs are values used by a formula to calculate an output.
  • A copied formula repeats the same relationship across rows.
Understand

Concepts

  • Spreadsheet formulas are algebra formulas in a table format.
  • Changing an input changes the output according to the formula.
  • Units must stay consistent across a spreadsheet table.
Can do

Skills

  • Describe a spreadsheet formula in words.
  • Write a cell-style formula for repeated calculations.
  • Compare outputs when one input changes.
04
Key terms
Cell referenceA label (e.g. B2) that points to the value stored in a specific row and column of a spreadsheet.
Spreadsheet formulaA rule beginning with = that calculates an output from cell references or fixed values (e.g. =B2*C2+D2).
InputA value entered into a cell that is used by a formula to calculate an output.
Fixed valueA constant that does not change from row to row (e.g. a delivery fee that applies to every order).
Copied formulaA formula pasted to multiple rows, automatically adjusting cell references to match each row's data.
Unit consistencyThe requirement that all values in a calculation use the same unit (e.g. all in dollars, all in metres).
05
Cell references stand in for values
core concept

A cell reference such as B2 points to a value in a table. A formula can use cell references so the calculation updates when the values change.

A B C D 1 Item Qty Price Total 2 Pens 12 $4 =B2*C2 3 Books 5 $8 =B3*C3 Formula: =B2*C2 means "multiply B2 by C2" Changing the quantity automatically updates the total.
Key cells reference: B2 = Quantity (12), C2 = Cost per item ($4), D2 = Delivery fee ($10). The formula =B2*C2+D2 means total equals quantity times cost per item, plus delivery fee.
What to write in your book
  • Cell reference: a label like B2 that points to a spreadsheet value — the equivalent of a variable in algebra.
  • Spreadsheet formula: begins with =, uses cell references and operators (*, +, -, /).
  • Example: =B2*C2+D2 is the spreadsheet version of $T = qc + f$.
  • Copying a formula down a column adjusts references automatically: =B2*C2 becomes =B3*C3 in the next row.

Did you get this? True or false: when a spreadsheet formula is copied from row 2 to row 3, it still uses B2 and C2 as its references.

06
Keep units and inputs consistent
core concept

A spreadsheet formula is only useful if the input values use consistent units. Mixing cents and dollars, minutes and hours, or single items and boxes can produce incorrect outputs.

Common error: If C2 is a cost in dollars, do not enter one row in cents unless the formula is designed for cents. A formula like =B2*C2 will produce an incorrect answer if B2 = 12 (items) and C2 = 450 (cents) when the expected unit is dollars.

The same principle applies in reverse: if hours worked are in column B but one row uses minutes, the formula =B2*C2 will multiply an incompatible value by the hourly rate.

What to write in your book
  • Before using a spreadsheet formula, confirm that all input values share the same unit.
  • Common unit errors: dollars vs cents, hours vs minutes, metres vs centimetres, individual items vs boxes.
  • When changing inputs, only the relevant cell needs updating — the formula recalculates automatically.
  • Check: if one input changes by a known amount, can you predict the output change without recalculating everything?

Quick check: A spreadsheet formula is =B2*C2+D2. B2 = 12, C2 = 4, D2 = 10. What is the output?

PROBLEM 1 · INTERPRET A SPREADSHEET FORMULA

A spreadsheet uses =B2*C2+D2, where B2 is quantity, C2 is cost per item and D2 is a delivery fee. If B2 = 12, C2 = 4 and D2 = 10, find the order total.

1
Translate: Total $= \text{quantity} \times \text{cost per item} + \text{delivery fee}$
Read each cell reference in words. B2 = quantity, C2 = cost per item, D2 = delivery fee. The formula means: multiply quantity by price, then add the fixed delivery charge.
PROBLEM 2 · WRITE A REPEATED ROW FORMULA

A sports store records number of balls in column B and price per ball in column C. The total price for each row is in column D. Write the spreadsheet formula for row 2, then explain what happens when the formula is copied to row 3.

1
For row 2: total is quantity times price per ball.
Identify the relationship: D2 = B2 × C2. Write the formula with the = sign: =B2*C2.
PROBLEM 3 · COMPARE OUTPUTS WHEN ONE INPUT CHANGES

A formula is $T = 8n + 15$, where $n$ is the number of items. What happens when $n$ changes from 10 to 14?

1
For $n = 10$: $T = 8(10) + 15 = 80 + 15 = 95$
Substitute $n = 10$ into the formula. The output is 95.
What to write in your book
  • Worked Example 1: =B2*C2+D2 → $T = qc + f = 12 \times 4 + 10 = 58$.
  • Worked Example 2: =B2*C2 copies to =B3*C3. Same rule, adjusted references.
  • Worked Example 3: $T = 8n + 15$. When $n$ increases by 4, $T$ increases by $4 \times 8 = 32$. Use the rate to shortcut recalculation.
  • Key connection: algebra formula and spreadsheet formula are the same mathematical idea in different notations.

Fill the gap: A formula =B2*C2+E2 where B2 is hours, C2 is hourly rate and E2 is a booking fee means: Total $=$ $\times$ hourly rate $+$ . The algebra version is $T = $ .

Trap 01
Mixing units in one column
If C2 is a cost in dollars, do not enter one row in cents unless the formula is designed for cents. All values feeding into a formula must share the same unit; otherwise the formula produces an incorrect result silently.
Trap 02
Forgetting the = sign
A spreadsheet formula must start with =. Writing B2*C2 without the = sign treats the entry as text, not a calculation. The cell displays "B2*C2" instead of the numeric result.
Trap 03
Not connecting the algebra to the spreadsheet
Exam questions often show a spreadsheet formula and ask for the algebra equivalent, or vice versa. Practice reading =B2*C2+D2 as $T = qc + f$ — the letters are the variables, the cell references are the inputs.
1

Write in words what =B2*C2+E2 means if B2 is hours, C2 is hourly rate and E2 is a booking fee.

2

Calculate the output when B2 = 5, C2 = 22 and E2 = 30 using the formula =B2*C2+E2.

3

Write a spreadsheet formula for total material cost if B2 is metres used and C2 is cost per metre.

4

Explain one error that could occur if some rows use metres and others use centimetres in the same column.

Match it: Which algebra formula matches the spreadsheet formula =B2*C2+D2, where B2 = quantity, C2 = price per item, D2 = delivery fee?

10
Revisit your thinking

If quantity and price change row by row, a copied formula can calculate each order total. A delivery fee may be fixed or may also change, depending on the spreadsheet design.

auto-saved
01
Multiple choice
+5 XP per correct · +25 XP all-correct

Pick your answer, then rate your confidence — that tells the system what to drill next. Each retry pulls a fresh mix from the bank.

02
Short answer
ApplyBand 43 marks

Q1. A spreadsheet formula is =B2*C2+D2. B2 is quantity, C2 is price per item and D2 is delivery. Calculate the total when B2 = 18, C2 = 3 and D2 = 12. (3 marks)

auto-saved
ApplyBand 42 marks

Q2. Write a spreadsheet formula for total pay if B2 is hours worked, C2 is hourly rate and D2 is a fixed allowance. (2 marks)

auto-saved
AnalyseBand 52 marks

Q3. Explain why unit consistency matters when copying spreadsheet formulas down a table. (2 marks)

auto-saved
📖 Comprehensive answers (click to reveal)

Drill 1: Total = hours × hourly rate + booking fee  ·  2: Total $= 5 \times 22 + 30 = 110 + 30 = 140$  ·  3: =B2*C2  ·  4: Some rows would use a value in metres while others use a value 100× larger in centimetres; the formula would multiply incompatible values, producing incorrect totals for the centimetre rows.

Q1 (3 marks): Formula translation: Total = quantity × price per item + delivery [1]. Substitution: $18 \times 3 + 12$ [1]. Answer: $54 + 12 = \$66$ [1].

Q2 (2 marks): Spreadsheet formula: =B2*C2+D2 [1]. Algebra version: $T = hc + f$ where $T$ = total pay, $h$ = hours worked, $c$ = hourly rate, $f$ = fixed allowance [1].

Q3 (2 marks): If units are inconsistent (e.g. some rows use dollars and one uses cents), the formula multiplies a value that is 100 times larger or smaller than intended [1], producing incorrect outputs that may not be obviously wrong at a glance — errors can go undetected [1].

01
Boss battle · Cell Reference Sprint
earn bronze · silver · gold

Translate each cell formula into words, then identify which input changes the output. Beat the boss to bank a tier — gold (90% + speed), silver (75%), or bronze (50%).

⚔ Enter the arena
02
Science Jump · platform challenge

Climb platforms by answering spreadsheet formula questions. Pool: lesson 6.

Mark lesson as complete

Tick when you've finished the practice and review.