So let’s get started digging into what makes a spreadsheet work. Spreadsheets are made up of
- columns
- rows
- and their intersections are called cells
In each cell there may be the following types of data
- text (labels)
- number data (constants)
- formulas (mathematical equations that do all the work)