On Work Experience, you rarely build a spreadsheet from scratch. You edit one that's already there. A supplier changes a price, a row ends up in the wrong place, or you typed €15 when you meant €150. Today's lesson teaches the fixing moves that separate someone who actually uses spreadsheets from someone who retypes everything.
Think about the last time you made a typo while texting. Did you hit Backspace 20 times, or tap the word to fix just the wrong letter? A spreadsheet gives you the same choice, and the second option is almost always faster. Keep that idea in mind as we work.
Five editing moves do about 90% of the work in a real spreadsheet. Learn these now and you'll stop retyping rows forever.
| Concept | Why it matters | Example |
|---|---|---|
| Edit mode — press {{key:F2}} or double-click a cell to edit its contents in place, instead of replacing the whole cell | Fixes one character without retyping the rest, which is faster and avoids new typos | A supplier name in your Centra stocktake reads "Musgrve". Double-click and insert the missing "a" instead of retyping the whole word. |
| Delete vs Clear Formats — {{key:Delete}} removes the cell's contents. Clear Formats removes colours and borders but keeps the value. Path: Excel: Home tab > Clear > Clear Formats. Google Sheets: Format menu > Clear formatting, or shortcut Ctrl+\ | When a cell looks wrong, you need to know whether to strip the number or the formatting | A total cell has the right number but is shaded red from an old test. Clear Formats removes the red without touching the number. |
| Undo / Redo — {{kbd:Ctrl+Z}} (Windows/Chromebook) or {{kbd:Cmd+Z}} (Mac) steps backwards through recent actions. {{kbd:Ctrl+Y}} / {{kbd:Cmd+Y}} steps forward again | The most-used shortcut in any spreadsheet. It reverses deletes, bad pastes, wrong formulas, and sorts gone wrong. | You accidentally delete a whole column of Work Experience expenses. One {{kbd:Ctrl+Z}} brings it back, no retyping. |
| Copy / Paste — {{kbd:Ctrl+C}} then {{kbd:Ctrl+V}} ({{kbd:Cmd+C}} / {{kbd:Cmd+V}} on Mac) duplicates cells or ranges to another location | Reuses an existing row's structure instead of retyping, and keeps totals consistent | Copy the "200g crisps" row in your stocktake, paste it below, then edit just the size and price for the 500g bag. |
| Drag-to-fill — select a cell, then grab the fill handle (a small square at the bottom-right corner of the selection). Your cursor changes to a + crosshair when you hover over it. Drag to extend a pattern or formula | Fills weeks, dates, numbered lists, or formulas down a column in one drag, instead of typing each row | Column A reads "Week 1, Week 2, Week 3". Select those three cells and drag the fill handle down to auto-fill Week 4 through Week 10. |
Before you touch your real project budget, build a tiny throwaway practice sheet and use it to try every editing move from the Key Concepts table. Nothing here is saved to your portfolio. The point is to break things safely and notice how the spreadsheet responds.
Set up your practice sheet first (2 minutes):
Crisps / B1: 12Biscuits / B2: 8Drinks / B3: 20Bread / B4: 5Milk / B5: 10| Issue | Solution |
|---|---|
| I double-clicked a cell and accidentally replaced the whole entry by typing over it | Press {{key:Escape}} immediately. This cancels the edit and restores the original value. If you've already pressed Enter, use {{kbd:Ctrl+Z}} / {{kbd:Cmd+Z}} to undo. |
| Drag-to-fill is copying the same value down, instead of extending a pattern like Week 1, Week 2, Week 3 | Spreadsheets need at least two cells to detect a pattern. Select the first two cells together (e.g. the ones containing Week 1 and Week 2), then drag the fill handle from the corner of that selection. |
| I can't find Clear Formats anywhere | Excel: click the cell, then {{menu:Home -> Clear -> Clear Formats}} in the ribbon (the Clear button is an eraser icon). Google Sheets: {{menu:Format -> Clear formatting}}, or the shortcut {{kbd:Ctrl+\}}. It is not on the right-click menu in Excel. |
| Undo stopped working and {{kbd:Ctrl+Z}} does nothing | Undo history resets when you close and reopen a file. You can't undo changes from a previous session. Save often and keep the file open while you work. |