Introduction

Three is not a number. Nor is a million. At least not when they are typed in as text in a cell in a spreadsheet. Your spreadsheet is your awkward and pedantic friend that needs everything to be precise, defined and consistent. If you don’t do this, your spreadsheet will become confused and start making an evil witch’s brew, as depicted above. Here’s how you and your spreadsheet might see things differently:

With spreadsheets, there are three basic data formats. Or in other words, three ways you can enter data into a spreadsheet cell:
- as a number, like 100.
- as text, like one hundred.
- as a formula, like =SUM(99+1), which creates a “calculated value”.
To avoid creating a witch’s brew in your spreadsheet, follow two basic rules of thumb:
- Be consistent and don’t mix them up in a column of data.
- Let the spreadsheet know what type of data is in each column.
If you ignore these rules, your spreadsheet will have difficulty doing all the useful things for which we entered the data in the first place, like adding, subtracting, counting, sorting, filtering and so on. After completing the tasks in this section you’ll have gained:
- understanding of different data types that can be used in spreadsheets
- sorting data to find errors in data type
- standardising data entry and using formulas to detect errors
