Skip to main content
ScotlandApplications of MathematicsSyllabus dot point

How do you build a model in a spreadsheet using formulae, cell references and functions to calculate and explore?

Using a spreadsheet to support modelling: entering formulae with relative and absolute cell references, filling down a recurrence, using built-in functions, and using goal seek to find an input for a target output.

A focused answer to the SQA Higher Applications of Mathematics use-of-technology content, covering spreadsheet formulae, relative and absolute cell references, filling a recurrence down a column, built-in functions, and goal seek for a target output.

Generated by Claude Opus 4.89 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. Formulae and cell references
  3. Built-in functions
  4. Goal seek
  5. Presenting spreadsheet output
  6. Try this

What this dot point is asking

The SQA expects you to use a spreadsheet as a modelling tool. You enter formulae with cell references, distinguish relative from absolute references, fill a recurrence down a column, use built-in functions, and use goal seek to find an input that produces a target output. The question paper requires software output to be printed and submitted, so these skills are examined directly.

Formulae and cell references

Every spreadsheet calculation is a formula beginning with =. Instead of typing numbers, you refer to the cells that hold them, so the result updates automatically if the inputs change. For example =B2+C2 adds two cells and =B2*(1+0.03) grows a value by 3%3\%.

The power of a spreadsheet comes from filling a formula down or across, which copies the calculation while adjusting the references. How a reference adjusts depends on its type.

You use a relative reference for a value that should track each row, such as the previous balance, and an absolute reference for a shared constant, such as an interest rate or a tax band held in one cell.

Built-in functions

Spreadsheets provide functions that calculate over a range of cells. The argument in brackets is usually a range written with a colon, such as B2:B11.

  • =SUM(B2:B11) adds the values, useful for totals such as total income.
  • =AVERAGE(B2:B11) gives the mean.
  • =STDEV(B2:B11) gives the sample standard deviation, used in statistics work.
  • =MAX(B2:B11) and =MIN(B2:B11) give the largest and smallest values.

Functions save manual arithmetic and reduce slips, and the SQA expects you to choose and apply the right one. In statistics tasks a function such as PEARSON returns a correlation coefficient directly from two ranges.

Goal seek

Goal seek answers the reverse question: instead of asking what output a given input produces, it finds the input that produces a chosen output. You tell it which cell to set, the target value, and which input cell to change; the spreadsheet then adjusts the input until the output hits the target.

This solves equations without rearranging them. To find break-even, set the profit cell to 00 by changing the number-of-items cell. To find the deposit needed to reach a savings goal, set the final-balance cell to the goal by changing the deposit cell.

Presenting spreadsheet output

The question paper requires printed output, so format it clearly: label columns, show the formula bar where asked, and round displayed values sensibly while keeping full precision in the calculation. Clear formatting is part of communicating the model.

Try this

Q1. Cell B2 holds a price and cell B3 should show the price after a 20%20\% discount. Write the formula for B3. [1 mark]

  • Cue. =B2*0.8 (or =B2*(1-0.2)), giving 80%80\% of the price.

Q2. A tax rate 0.210.21 is held in cell G1. Write a formula in C2 for the tax on an amount in B2 that can be filled down the column. [2 marks]

  • Cue. =B2*GG1, with B2 relative and GG1 absolute so every row uses the same rate.

Q3. Profit is modelled as =12*B1-900 in cell B2, where B1 is the number sold. Describe the goal seek settings to find break-even. [2 marks]

  • Cue. Set cell B2 to value 00 by changing cell B1; this returns B1=75B1 = 75.

Exam-style practice questions

Practice questions written in the style of SQA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

SQA Higher Apps style4 marksA savings account starts with £800\pounds 800 in cell B2 and earns 3%3\% interest each year, with the rate held in cell E1 as 0.030.03. Write the formula to put in cell B3 for the balance after one year so that it can be filled down the column, and explain why E1 must be an absolute reference.
Show worked answer →

Each year the balance is multiplied by 1.031.03, drawing the previous balance from the cell above and the rate from E1. The formula is =B2*(1+EE1) (2 marks).

B2 is a relative reference, so when the formula is filled down it becomes B3, B4 and so on, always reading the balance directly above (1 mark).

EE1 is an absolute reference fixed with dollar signs, so every filled cell keeps reading the rate from E1 rather than sliding down to E2, E3 which are empty (1 mark). Markers reward a working multiplier formula, the relative previous-balance reference, and the locked rate cell.

SQA Higher Apps style3 marksA spreadsheet models the profit from selling nn items as profit =8n250= 8n - 250 in a cell that depends on the input cell holding nn. Explain how goal seek could be used to find the number of items needed to break even, and state the break-even value.
Show worked answer →

Goal seek changes one input cell until a chosen output cell reaches a target value. Here you set the profit cell to a target of 00 by changing the cell holding nn (2 marks).

Algebraically break-even is 8n250=08n - 250 = 0, so 8n=2508n = 250 and n=31.25n = 31.25, meaning 3232 items must be sold to make a profit (1 mark). Markers reward naming the target cell, the changing cell, and a sensible rounded break-even figure.

Related dot points

Sources & how we know this