Text and Numbers
Part of the Fundamentals section of Coddy's Excel journey — lesson 6 of 42.
Cells hold two main kinds of values: text and numbers. Text is anything made of words or letters, labels like Apples or Total. Numbers are values you could do math with, 12, 5, 3.5.
Excel decides which kind you meant from what you type. Type letters and it stores text; type only digits and it stores a number. In most spreadsheets you can even see the difference at a glance: text lines up on the left of its cell, numbers on the right.
Why does the difference matter? Because only real numbers can be calculated with. The number 42 can be added, averaged and compared; the text "42", say, typed as part of a sentence like 42 apples, is just characters to Excel, the same as Bananas. A number wearing quotes is words in a costume.
The habit to build: labels as text, values as plain numbers, each in its own cell. Apples in one cell, 12 in the cell next door, never 12 apples squeezed into one. Your future formulas will thank you.
Challenge
BeginnerThe sheet already has one fruit typed in for you: Apples in A1. Finish the fruit list and add how many of each you have:
- In
A2: the wordBananas - In
A3: the wordCherries - In
B1: the number12 - In
B2: the number5 - In
B3: the number30
Notice as you type: the words settle to the left of their cells, the numbers to the right.
Try it yourself
| A | B | C | D | E | F | G | |
|---|---|---|---|---|---|---|---|
| 1 | Apples | ||||||
| 2 | |||||||
| 3 | |||||||
| 4 | |||||||
| 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 Grid