1. Meaning of Spreadsheet
A spreadsheet is a software tool used to arrange data in rows and columns. It helps users calculate, compare, analyse, and present information clearly.
Examples of spreadsheet work include marksheets, monthly budgets, attendance records, stock lists, sports score tables, and simple survey analysis.
2. Rows, Columns, and Cells
A worksheet is divided into horizontal rows and vertical columns. The box formed by a row and column is called a cell.
- Row: A horizontal line of cells, identified by numbers.
- Column: A vertical line of cells, identified by letters.
- Cell address: The name of a cell, such as A1 or C5.
- Active cell: The selected cell where data will be entered.
3. Entering and Editing Data
A spreadsheet can store text, numbers, dates, times, and formulas. Always choose clear column headings so the data is easy to understand later.
To edit data, select the cell, change the content, and confirm the entry. Use short, meaningful labels such as Name, Marks, Total, Grade, and Status.
4. Formatting a Worksheet
Formatting changes how data looks. It does not change the actual meaning of the data.
- Use bold headings for important labels.
- Adjust column width so values are visible.
- Apply borders to separate table areas.
- Use number formats for currency, percentage, and dates.
- Keep colours simple so the sheet remains readable.
5. Formulas and Operators
A formula performs a calculation. In most spreadsheet programs, a formula begins with an equal sign.
| Operator | Meaning | Example |
|---|---|---|
| + | Addition | =A1+B1 |
| - | Subtraction | =A1-B1 |
| * | Multiplication | =A1*B1 |
| / | Division | =A1/B1 |
6. Common Functions
Functions are ready-made formulas. They save time and reduce typing errors.
- SUM: Adds values.
- AVERAGE: Finds the mean value.
- MAX: Finds the highest value.
- MIN: Finds the lowest value.
- COUNT: Counts numeric entries.
7. Copy, Fill, and Cell References
Copying a formula can save time when the same calculation is needed for many rows. A fill handle can continue a series such as 1, 2, 3 or Monday, Tuesday, Wednesday.
A relative cell reference changes when a formula is copied. An absolute reference stays fixed and is useful when one value must be reused in many calculations.
8. Sorting and Filtering
Sorting arranges data in a selected order, such as A to Z or highest to lowest marks. Filtering displays only records that match a condition.
Before sorting, select the complete data table. Sorting only one column can mix up records and create incorrect information.
9. Charts
A chart presents spreadsheet data visually. It helps readers notice patterns quickly.
- Column chart: Good for comparing values.
- Line chart: Good for showing change over time.
- Pie chart: Good for showing parts of a whole.
10. Printing and Page Setup
Use print preview before printing a worksheet. Check margins, orientation, page breaks, headers, and whether the table fits on the page.
11. Revision Questions
1. What is a cell?
A cell is the box formed by the intersection of a row and a column.
2. Why are formulas useful?
Formulas calculate values automatically and update results when input data changes.
3. What is the difference between sorting and filtering?
Sorting rearranges all records in order. Filtering hides records that do not match a condition.
4. Why should print preview be used?
Print preview helps check page layout before printing and avoids wasted paper.