A Spreadsheet is an interactive electronic grid application used for capturing, calculating, sorting, graphing, and analyzing numeric data. Leading spreadsheet software includes Microsoft Excel, Google Sheets, and LibreOffice Calc.
Workbook vs Worksheet
- Workbook: A spreadsheet file saved on your storage drive (with extension
.xlsx). Just as a physical binder contains multiple sheets of paper, a workbook can contain multiple individual worksheets. - Worksheet (Spreadsheet): A single grid page inside a workbook. By default, Excel provides "Sheet1", but users can click the
+button to add new sheets, rename them, or color-code tabs.
The Grid: Rows, Columns, and Cells
- Columns: Vertical divisions running top to bottom, identified by Letters (A, B, C ... Z, then AA, AB ... ending at XFD). In modern Excel, there are exactly 16,384 columns.
- Rows: Horizontal lines running left to right, identified by Numbers (1, 2, 3 ... ending at 1,048,576 rows).
- Cell: The rectangular intersection of a single row and a single column. It is the basic unit for entering data.
- Cell Address (Cell Reference): The unique coordinate name of a cell formed by writing the Column Letter followed by the Row Number (e.g., B5 refers to column B, row 5; E10 refers to column E, row 10).
- Active Cell: The currently selected cell, distinguished by a heavy dark green border. Any typed data appears in the active cell.
- Name Box: Located to the left of the formula bar; displays the address of the currently active cell.
- Formula Bar: Located above the grid; displays the actual formula or text underlying the active cell while the grid cell shows the calculated result.