Your Something Real budget only helps if the numbers are trustworthy. Today you spot red error codes, fix the formulas behind them, and run a calm sanity check before anything goes into a Key Assignment sheet.
Missing file? Tell your teacher and open the starter template from Project Portfolio > {{code:05_budget}}. Rename it {{code:05_project_budget}} before Error Lab.
Quick call-out: a till total once came out absurd (€400 for coffee, or a €0.02 split bill). What would you check first — the numbers typed, or the calculation?
Error codes mean "I cannot finish this calculation." Learn the four you will meet most often. After the lab you will also use a sanity check: does this result make sense for real costs?
| Concept | Why it matters | Example |
|---|---|---|
| #DIV/0! — divided by zero or blank | A zero quantity or blank denominator breaks averages and cost-per-unit maths | Cost per unit {{code:=B2/C2}} when cups ordered is 0 on a Work Experience stock sheet |
| #VALUE! — text where a number was needed | One mistyped word in a number column can break a whole total row | {{code:=B3*C3}} fails if Quantity holds the word "three" instead of {{code:3}} |
| #REF! — points at a cell that no longer exists | Deleting a column or row can shatter formulas that still look fine at a glance | You delete a Quantity column that line totals still referenced; those totals flip to #REF! |
| #NAME? — function name typed wrong | A single extra letter stops the calculation completely | Typing {{code:=SUMM(D2:D5)}} instead of {{code:=SUM(D2:D5)}} |
Open {{code:05_project_budget}} from Project Portfolio > {{code:05_budget}}, add a practice sheet tab called {{code:Error_Lab}}, set up three common errors on purpose (#DIV/0!, #VALUE!, #NAME?), and fix each one using the formula bar. #REF! is watch-only on the board (optional quick try if you want). Line totals stay as cost × quantity so the lab matches a real budget. The win is the repair pattern — click, formula bar, fix, Enter — not every optional polish. If your teacher gives you a starter {{code:Error_Lab}} sheet, start at the first formula step.
| Issue | Solution |
|---|---|
| I still see #DIV/0! after I typed a number in the quantity cell | Check you edited the cell the formula actually divides by. Click the red cell, read every cell reference in the formula bar, and confirm none of those cells are blank or zero. |
| I fixed the spelling but #NAME? will not clear | Look for a missing {{code:=}} at the start, a space inside the name ({{code:SU MM}}), or an extra letter ({{code:SUMM}}). Clear the cell and re-type {{formula:=SUM(D2:D5)}} cleanly. |
| Undo did not bring my deleted column back | Re-insert the column, re-enter the values, then rewrite each broken formula by clicking the cells again so references rebuild correctly. |
| No red errors, but my total looks impossibly large or tiny | That is a sanity-check fail, not an error code. Click the total, check the range in the formula bar, and compare against a rough estimate of your real project costs. |
Watch your teacher on a sample budget (not your file yet):
Start your log two rows below your last budget data row (if your last number is in row 18, begin at row 20). Leave this model log on screen while you work:
| Date | Cell/range | Issue | Fix |
|---|---|---|---|
| 12 Mar | C12 | #DIV/0! — quantity was 0 | Set quantity in C12 to 2 |
| 12 Mar | D2:D14 | Total looked about 10× too high | Corrected SUM range so it no longer included a notes cell |
| 12 Mar | — | none further | Line totals match rough estimate for the project |
Type the heading Sanity-check log, then the four column headings, then one row per issue (or a single "none" row if the sheet was already clean).
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.