Menu
Coddy logo textTech

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.25

This 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 icon

Challenge

Beginner

Here's a shopping price list with the headers and items already in place. Only the prices are missing, enter them as plain numbers:

  1. In B2: milk costs 3.5
  2. In B3: bread costs 2.25
  3. In B4: eggs cost 4

No currency signs, no words, the header Price ($) already explains what the numbers mean.

Try it yourself

Sheet1
ABCDEFG
1ItemPrice ($)
2Milk
3Bread
4Eggs
5
6
7
8
9
10
11
12
13
14
quiz iconTest yourself

This lesson includes a short quiz. Start the lesson to answer it and track your progress.

All lessons in Fundamentals