Numbers That Mean Something
Part of the Fundamentals section of Coddy's Excel journey — lesson 9 of 42.
Numbers in a spreadsheet usually mean something: a quantity, a price, a score. Two habits keep those meanings usable.
Habit one: decimals for money. A price of three and a half is typed 3.5, digits and a decimal point. Excel treats 3.5 and 3.50 as the exact same number, so don't worry about trailing zeros.
Habit two: keep units out of the number. Type 3.5, not $3.50 or 3.5 dollars, the moment extra characters sneak in, the cell can turn into text, and text can't be summed or averaged. So where does the unit go? Into the label: a header like Price ($) tells every reader what the numbers below it mean, while the numbers themselves stay pure and calculable.
A B
1 Item Price ($)
2 Milk 3.5
3 Bread 2.25This is how real price lists, budgets and invoices are built: meanings in the labels, plain numbers in the cells. In the challenge you'll finish a tiny shopping price list exactly this way.
Challenge
BeginnerHere's a shopping price list with the headers and items already in place. Only the prices are missing, enter them as plain numbers:
- In
B2: milk costs3.5 - In
B3: bread costs2.25 - In
B4: eggs cost4
No currency signs, no words, the header Price ($) already explains what the numbers mean.
Try it yourself
| A | B | C | D | E | F | G | |
|---|---|---|---|---|---|---|---|
| 1 | Item | Price ($) | |||||
| 2 | Milk | ||||||
| 3 | Bread | ||||||
| 4 | Eggs | ||||||
| 5 | |||||||
| 6 | |||||||
| 7 | |||||||
| 8 | |||||||
| 9 | |||||||
| 10 | |||||||
| 11 | |||||||
| 12 | |||||||
| 13 | |||||||
| 14 |
This lesson includes a short quiz. Start the lesson to answer it and track your progress.
All lessons in Fundamentals
1Meet the Spreadsheet
What Is a Spreadsheet?Cells and ReferencesYour First CellsRows, Columns and the GridRecap: Meet the Grid2Entering Data
Text and NumbersBuilding a Small TableEditing and Clearing CellsNumbers That Mean SomethingRecap: Entering Data