If you don't have {{code:05_project_budget}} yet, you can use today's practice sheet.
Your project has twelve costs, and one price changes. How long would it take to add them all up again by hand?
A formula tells the spreadsheet to work something out. It always starts with {{code:=}}.
A cell reference is a cell's address, like {{code:C2}}. Use it instead of typing the number, so the answer updates when the number changes.
A range is a block of cells. {{code:C2:C6}} means every cell from C2 down to C6.
{{formula:=SUM(C2:C6)}} adds up every cost from row 2 to row 6. If you forget the {{code:=}}, the sheet just shows your typing as words.
You will make a practice sheet for a phone-case stall at a local market, then add SUM and AVERAGE to it. Follow the steps in the box below. When the steps ask for the headings and costs, type them from this box.
| Item | Category | Cost (€) |
|---|---|---|
| Vinyl wrap sheets | Materials | 28.50 |
| Blank cases x20 | Materials | 45.00 |
| Heat press hire | Equipment | 35.00 |
| Instagram ads | Promo | 20.00 |
| Market stall fee | Venue | 30.00 |
If you don't have a budget yet, copy the rows from {{code:05_formula_practice}} into a new sheet called {{code:05_project_budget}}.
You're previewing this lesson. Get full access to this lesson and hundreds more — each one ready to teach, with interactive activities, printable resources and pupil progress tracking built in.