What Is a Spreadsheet?
Part of the Fundamentals section of Coddy's Excel journey — lesson 1 of 42.
A spreadsheet is a grid of little boxes called cells, and each cell can hold a value.
Challenge
Welcome to your first spreadsheet! The value is already typed in for you.
What to do:
- Look at the highlighted cell, it says
Hello Excel! - Press the Run Code button
- The test checks that cell and passes. That is all a spreadsheet is: values living in cells.
Try it yourself
Sheet1
| A | B | C | D | E | F | G | |
|---|---|---|---|---|---|---|---|
| 1 | Hello Excel! | ||||||
| 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