Home / Learn / Digital & Computer Skills / Spreadsheet basics Digital & Computer Skills · Beginner
Spreadsheet basics: cells, formulas and SUM A spreadsheet is a grid of cells for numbers and text. Formulas do the calculations for you and update when numbers change — ideal for budgets and lists.
Ages 11+ (rough guide)
Level Beginner
Subject Digital & Computer Skills
Time 25 minutes
Format Online + printable 1 Learn it2 See it worked3 Try it online4 Print it5 Check your answerBefore you start
Who it's for and what to know first Basic typing and the four operations.
Columns have letters (A, B, C) and rows have numbers (1, 2, 3). A cell's address combines them: B3 is column B, row 3. Every formula starts with =. For example =B2+B3 adds two cells. Operators: + add, − subtract, * multiply, / divide. SUM adds a range: =SUM(B2:B6) adds B2 to B6. AVERAGE finds the mean: =AVERAGE(B2:B6). Drag the small square at the bottom-right of a cell (the fill handle) to copy a formula down; references adjust automatically. Worked example 1
Cells B2:B5 hold weekly spending: 12, 30, 8, 20. Find the total in B6. Click B6. Type =SUM(B2:B5). Press Enter: 12 + 30 + 8 + 20. Answer: 70
Try it online · print it · check it
Practice questions Print worksheet Print with answersBeginner · ages 11+
Spreadsheet basics Name Date
Answer each spreadsheet question.
1. What character does every formula start with? 2. Which cell is in column C, row 7? 3. Write a formula to add A1 to A10. 4. Which symbol means multiply in a formula? 5. A1 = 6 and A2 = 4. What does =A1*A2 show? 6. B1:B4 = 10, 20, 30, 40. What does =AVERAGE(B1:B4) show? Answer each spreadsheet question.
1. What character does every formula start with? = 2. Which cell is in column C, row 7? C7 3. Write a formula to add A1 to A10. =SUM(A1:A10) 4. Which symbol means multiply in a formula? * 5. A1 = 6 and A2 = 4. What does =A1*A2 show? 24 6. B1:B4 = 10, 20, 30, 40. What does =AVERAGE(B1:B4) show? 25 Forgetting the = so the formula shows as text. Typing numbers into a formula instead of cell references, so it will not update. Last reviewed: 25 September 2026