When you open Excel you see a grid of cells and a toolbar at the top. Let's name the parts.
The Excel workspace: ribbon at the top, the cell grid below, and sheet tabs at the bottom
| Part | What it is |
|---|---|
| Ribbon | The tabbed toolbar (Home, Insert, Formulas…) |
| Name Box | Shows/jumps to the active cell address (e.g. B2) |
| Formula Bar | Shows and edits the active cell's contents |
| Cell grid | The worksheet of rows and columns |
| Sheet tabs | Switch between worksheets in the workbook |
| Status bar | Quick stats (Sum, Average, Count) at the bottom |
Workbook (the .xlsx file)
└─ Worksheet (a tab/sheet)
└─ Cell (one box, e.g. C5)
C5 is column C, row 5.The Name Box (far left, above the grid) always shows the active cell's address. Type an address like Z100 into it and press [[Enter]] to jump straight there.
A1 and type your name.A2.