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.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
Jump to a section
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 .
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 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 discount. Write the formula for B3. [1 mark]
- Cue.
=B2*0.8(or=B2*(1-0.2)), giving of the price.
Q2. A tax rate 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*1, withB2relative and1absolute 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 by changing cell B1; this returns .
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 in cell B2 and earns interest each year, with the rate held in cell E1 as . 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 , drawing the previous balance from the cell above and the rate from E1. The formula is =B2*(1+1) (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).
1 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 items as profit in a cell that depends on the input cell holding . 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 by changing the cell holding (2 marks).
Algebraically break-even is , so and , meaning 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
- Modelling real-life situations with variables, formulae and graphs, including linear, piecewise linear and exponential growth and decay models, and using the model to make predictions.
A focused answer to the SQA Higher Applications of Mathematics modelling content, covering how to define variables, build linear, piecewise and exponential models, read them off graphs, and use them to predict and explain a real situation.
- Working with units and dimensional consistency, converting between units, rounding appropriately, and using tolerance, absolute error and percentage error to judge whether a result is acceptable.
A focused answer to the SQA Higher Applications of Mathematics content on units and accuracy, covering unit conversion and consistency, rounding to a stated accuracy, and absolute, percentage and tolerance error in a real context.
- Calculating the future value of a sum or of regular savings under compound interest, and the present value of a future payment, including comparing savings products and the effect of compounding frequency.
A focused answer to the SQA Higher Applications of Mathematics finance content on the time value of money, covering compound interest, future value of a lump sum and of regular savings, present value of a future payment, and comparing savings products.
- Carrying out and interpreting hypothesis tests (t-tests and z-tests), using the p-value and significance level to reach a conclusion, constructing and interpreting confidence intervals, and recognising errors in statistical testing.
A focused answer to the SQA Higher Applications of Mathematics inferential statistics content, covering null and alternative hypotheses, p-values and significance levels, t-tests and z-tests, confidence intervals, and errors in statistical testing.
- Understanding the course assessment: the question paper and the statistics project, how marks are split and combined into the A to D grade, and the use of software in both components.
A concise overview of how SQA Higher Applications of Mathematics is assessed, covering the question paper, the statistics project, the mark split and grading, and how software is used across both components.