Workbook, Worksheet and the Cell Address
Quick answer A spreadsheet file is a workbook made of worksheets, and every worksheet is a grid in which each cell has one unique address. Examiners award marks for the exact word, so fix this vocabulary first.
A spreadsheet is application software that stores data in a grid of rows and columns and can perform calculations on that data automatically. The file you create and save is called a workbook. Inside a workbook are one or more worksheets (also called sheets), and a worksheet is the grid you actually type into. This relationship is asked often, so keep the wording exact: the workbook is the file, a worksheet is a page inside that file.
Each worksheet is divided into columns and rows. Columns run vertically and are labelled with letters — A, B, C and so on, continuing to AA, AB after Z. Rows run horizontally and are numbered 1, 2, 3 upwards. The rectangle formed where one column crosses one row is a cell, and the cell is the smallest unit of a worksheet; it is where data is actually stored. The exact number of rows and columns available depends on the program and its version, so do not quote a fixed figure in an answer unless your textbook gives one.
Every cell has a unique cell address, also called a cell reference. It is written as the column letter followed by the row number: C5 means column C, row 5. The order matters — column first, then row — so 5C is wrong. The cell currently selected is the active cell, and a thick border called the cell pointer marks it. Its address appears in the Name Box at the top-left of the window and its contents appear in the Formula Bar. Remember this distinction, because it is examined: if a cell holds a formula, the cell displays the result while the Formula Bar displays the formula itself.
A cell range is a rectangular block of cells treated as a single group. It is written as the address of the top-left cell, a colon, then the address of the bottom-right cell. B2:B10 is nine cells down one column, A1:E1 is five cells across one row, and A1:C4 is a block of twelve cells (three columns multiplied by four rows). Ranges are what make functions short: instead of naming twelve cells one by one, you name the block once.
Data entered into a cell falls into three broad types. Text, also called a label, is any entry containing letters or symbols — a student name, a subject heading, a city. Numbers, also called values, are entries you can calculate with — marks, quantities, an amount in rupees. Dates and times are a special case: the program stores them as numbers internally and displays them in a date format, which is why one date can be subtracted from another to get the number of days. The third type is a formula, an instruction that produces a value.
Most spreadsheet programs give you a free clue about what they stored. By default, text is aligned to the left of the cell and numbers to the right. So if the roll numbers you typed sit on the left, the program has treated them as text, and functions such as SUM will simply ignore them. Currency symbols, thousands separators, percentage signs and decimal places are matters of formatting only. Formatting changes how a value is displayed, never the value stored underneath — a favourite examiner trap, and a sentence worth writing in full when the question asks about number formatting.
- A workbook is the file; a worksheet is one grid page inside the workbook.
- Columns are vertical and lettered; rows are horizontal and numbered; a cell is where they meet.
- A cell address is written column letter first, then row number — C5, never 5C.
- A range is written top-left:bottom-right, so A1:C4 contains 3 x 4 = 12 cells.
- Text aligns left and numbers align right by default — a quick check of what was actually stored.
- Formatting changes only the display of a value, never the value itself.
