Recap: Cell References
Part of the Fundamentals section of Coddy's Excel journey — lesson 21 of 42.
Challenge
MediumThe invoice lists two items in rows 2-3, with Price in column B and Qty in column C.
- In
D2: the subtotal for Pens, price times quantity - In
D3: the subtotal for Paper, same pattern, row 3 - In
D5(next to the Total label): the two subtotals added together, referenceD2andD3, not the prices
Prices and quantities will change during testing, so reference the cells everywhere.
Try it yourself
Sheet1
| A | B | C | D | E | F | G | |
|---|---|---|---|---|---|---|---|
| 1 | Item | Price | Qty | Subtotal | |||
| 2 | Pens | 3 | 4 | ||||
| 3 | Paper | 5 | 2 | ||||
| 4 | |||||||
| 5 | Total | ||||||
| 6 | |||||||
| 7 | |||||||
| 8 | |||||||
| 9 | |||||||
| 10 | |||||||
| 11 | |||||||
| 12 | |||||||
| 13 | |||||||
| 14 |
All lessons in Fundamentals
1Meet the Spreadsheet
What Is a Spreadsheet?Cells and ReferencesYour First CellsRows, Columns and the GridRecap: Meet the Grid4Cell References
Referencing Other CellsFormulas That UpdateChained FormulasRanges from A1 to A10Recap: Cell References