Recap: Entering Data
Part of the Fundamentals section of Coddy's Excel journey — lesson 10 of 42.
Challenge
EasyA pet shop asks you to record its animals in a spreadsheet. Starting from an empty grid, build this table:
- Header row:
PetinA1,CountinB1 - Row 2:
CatsinA2, and the number4inB2 - Row 3:
DogsinA3, and the number7inB3 - Row 4:
FishinA4, and the number12inB4
Try it yourself
Sheet1
| A | B | C | D | E | F | G | |
|---|---|---|---|---|---|---|---|
| 1 | |||||||
| 2 | |||||||
| 3 | |||||||
| 4 | |||||||
| 5 | |||||||
| 6 | |||||||
| 7 | |||||||
| 8 | |||||||
| 9 | |||||||
| 10 | |||||||
| 11 | |||||||
| 12 | |||||||
| 13 | |||||||
| 14 |
All lessons in Fundamentals
1Meet the Spreadsheet
What Is a Spreadsheet?Cells and ReferencesYour First CellsRows, Columns and the GridRecap: Meet the Grid