Module 5 – Spreadsheets
Lesson 1 – Spreadsheet Basics
Spreadsheets help you work with numbers, calculations and structured lists. They are used in budgeting, accounts, planning, reports, stock control and much more.
1. Spreadsheet programs
- Microsoft Excel
- Google Sheets
- LibreOffice Calc
Quick check: Which spreadsheet program do you already use?
Click to reveal possible answers
Excel, Google Sheets, LibreOffice Calc or none yet.
2. Workbooks, worksheets and grid layout
- Workbook: The whole spreadsheet file.
- Worksheet: A single sheet inside a workbook.
- Rows: Numbered 1, 2, 3…
- Columns: A, B, C…
- Cell: Where a row and column meet (e.g., A1).
- Cell reference: Column letter + row number.
- Active cell: The cell currently selected.

Try it: Open Excel or Google Sheets → Click cell B4. What is the cell reference?
Show answer
B4
3. Key parts of the spreadsheet window
- Title bar
- Ribbon / Toolbar
- Formula bar
- Name box
- Worksheet tabs
- Status bar
Mini-task: Hover your mouse over the Name Box in Excel. It should show the active cell (e.g., A1).
4. Data types in cells
- Text
- Numbers
- Dates
- Times
- TRUE or FALSE (logical values)
Quick question: Which type is “15/03/2025”?
It is a Date.
5. Selecting cells and ranges
- Click → Select one cell.
- Click + drag → Select a range.
- Ctrl + click → Select separate cells.
- Click row number → Select whole row.
- Click column letter → Select whole column.

Interactive challenge:
Select cells A1 to C5 on your sheet. Is the correct range shown in the Name Box?
Show expected result
The range should show as A1:C5.
6. Entering and editing data
- Type directly into a cell.
- Enter → moves down.
- Tab → moves right.
- Double-click a cell → Edit inside the cell.
- Edit using the Formula bar.
- Delete clears a cell.

Quick check: What key moves to the right?
Tab.
7. AutoFill and series
- Use the Fill Handle (small square at cell corner) to copy data.
- Drag down to create month sequences (January, February…).
- Drag numbers (1, 2, 3) to create a number sequence.
- Copy formulas across rows or columns.
Try it: Type January in A1 → drag the fill handle down.
What should happen?
It should create February, March, April… automatically.
8. Good data practice
- Use clear column headings.
- Avoid blank rows inside your data.
- Keep one type of data per column.
- Avoid merged cells inside data tables.
Why avoid merged cells?
They break sorting, filtering and formulas.
9. Saving and file types
- .xlsx – standard Excel file.
- .ods – OpenDocument spreadsheet.
- .csv – plain text data file (no formatting).
Quick question: Which format removes all formulas and formatting?
.csv
10. Practical Activity
- Create a new workbook.
- Add headings: Month, Units Sold, Unit Price.
- Enter 6 months of data.
- Use AutoFill for the months.
- Save as ICDL_Spreadsheet_Lesson1.xlsx.
Self-check: Did AutoFill correctly generate the months?
Show expected result
January → June
