Microsoft Excel 2024 Comprehensive Course — Beginner to Intermediate
X
Excel 2024 Microsoft 365
📗 34 Modules Foundations Data Entry Formatting Formulas Functions Charts Pivot Tables Data Analysis Protection Automation

📊 Module 1: Introduction to MS Excel 2024 & the Desktop Interface

Before entering a single number or formula, you need to understand what Excel is, why it is the world's most powerful spreadsheet tool, and how its desktop is structured. This foundation module gives you a complete map of the Excel environment — so every feature covered in subsequent modules has a home you can find instantly.

1.1 What Is Microsoft Excel?

Microsoft Excel is the world's most widely used spreadsheet application. It organises data in a grid of rows and columns, performs complex calculations instantly, visualises data in charts, and automates repetitive tasks — all in one file called a workbook.

Excel is part of the Microsoft 365 suite and integrates seamlessly with Word, PowerPoint, Outlook, Access, Power BI, Teams, and SharePoint.

What Can Microsoft Excel Do?

CapabilityExamples
Data Entry & StorageEmployee lists, inventory records, sales data, financial transactions, attendance registers
Calculations & FormulasSUM, AVERAGE, IF, VLOOKUP, date/time arithmetic, percentage, compound interest
Data AnalysisSorting, filtering, pivot tables, what-if analysis, conditional formatting
Charts & VisualisationColumn, bar, line, pie, scatter, combo, waterfall, sparklines, data bars
Reporting & DashboardsPivot tables, pivot charts, slicers, interactive dashboards, KPI trackers
Data Validation & FormsDrop-down lists, input restrictions, error messages, checkboxes
Protection & SecurityCell locking, sheet protection, workbook encryption, password control
AutomationMacros, VBA code, Power Query, Power Pivot, automatic calculations
IntegrationLink to Word documents, import from Access/CSV, export to PDF, share via OneDrive
SA Context: Excel is used daily in virtually every South African office — from calculating VAT (15%) on invoices and managing payroll with PAYE deductions, to tracking BEE scorecard data, managing municipal budgets, and producing SARS-compliant financial reports.

1.2 How to Open Microsoft Excel 2024

Method 1 — Windows Start Menu (Most Common)

  1. Click the Start button (Windows logo) at the bottom-left of the taskbar — or press the Win key
  2. Type "Excel" in the search box
  3. Click Microsoft Excel in the results
  4. Excel opens showing the Start Screen (see Section 1.4)

Method 2 — Taskbar Pinned Icon

  1. If Excel has been pinned to the taskbar, click the green Excel icon at the bottom of the screen
  2. To pin it: right-click the Excel icon in the taskbar while it is running → Pin to taskbar

Method 3 — Open an Existing File

  1. In File Explorer, navigate to an Excel file (.xlsx, .xls, .xlsm, .csv)
  2. Double-click the file — Excel opens directly into that workbook

Method 4 — From Microsoft 365 / OneDrive

  1. Open your browser → go to office.com → sign in with your Microsoft account
  2. Click the Excel icon → opens Excel Online in the browser
  3. To use the desktop app: click "Open in Desktop App" from any OneDrive file

Excel File Formats — Quick Reference

FormatExtensionWhen to Use
Excel Workbook.xlsxStandard format for all new workbooks — no macros
Macro-Enabled Workbook.xlsmWorkbooks that contain VBA macros
Excel Template.xltxReusable workbook templates
Excel Binary.xlsbVery large files — faster to open/save
Comma Separated Values.csvData exchange with other systems — plain text, no formatting
Legacy Excel.xlsOlder Excel 97–2003 format — avoid for new work
PDF.pdfExport for distribution — cannot be edited

1.3 The Excel Start Screen

When Excel opens without a specific file, it shows the Start Screen — a launch pad for creating or opening workbooks.

┌──────────────────────────────────────────────────────────────────────┐
│ EXCEL START SCREEN                                                       │
├──────────────────────────────────────────────────────────────────────┤
│ [Home]  [New]  [Open]  [Account]                                          │
│                                                                          │
│  Hello, [Your Name]                                                    │
│                                                                          │
│  [Blank workbook]  [Monthly budget]  [Expense tracker]  [More...]    │
│                                                                          │
│  Recent                                                                │
│  [Recent file 1] [Recent file 2] [Recent file 3] ...                │
└──────────────────────────────────────────────────────────────────────┘
AreaWhat It Does
Blank WorkbookOpens a fresh workbook with one empty sheet — the starting point for all new spreadsheets
Template GalleryPre-built workbooks for budgets, invoices, calendars, trackers — download and customise
Recent FilesQuick access to the last 50 files you worked on — click any to reopen
Pinned FilesPin important files to the top of Recent (hover over a file → click the 📌 pin icon)
OpenBrowse to a specific file location (This PC, OneDrive, network drive, USB)

Creating a New Blank Workbook

  • From the Start Screen: click Blank Workbook
  • When Excel is already open: Ctrl+N — instantly creates a new blank workbook
  • File → New → Blank Workbook

1.4 The Excel Desktop — Full Anatomy

Once a workbook is open, you see the Excel desktop. Every element has a name and a specific purpose — learning the correct terminology makes following instructions in later modules much faster.

┌────────────────────────────────────────────────────────────────────┐
│ [QAT] Skailit – Invoice.xlsx – Excel               [_ □ X]          │← Title Bar
├────────────────────────────────────────────────────────────────────┤
│ File │ Home │ Insert │ Page Layout │ Formulas │ Data │ Review │ View│← Ribbon Tabs
├────────────────────────────────────────────────────────────────────┤
│ [Clipboard] [Font] [Alignment] [Number] [Styles] [Cells] [Editing] │← Ribbon Groups
├──────────┬─────────────────────────────────────────────────────────┤
│ A1       │ ✕ ✓ fx  =SUM(A1:A10)                                         │← Formula Bar
│ Name Box│                                                          │
├──────────┴──┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬────────────┤
│ Row Numbers │ A │ B │ C │ D │ E │ F │ G │ H │ I │ J │ ...        │← Column Headers
├─────────────┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
│ 1           │   │   │   │   │   │   │   │   │   │   │            │← Row 1
│ 2           │   │   │   │   │   │   │   │   │   │   │            │
│ 3           │   │   │   │   │   │   │   │   │   │   │ ◄ CELLS ►   │
│ ...         │   │   │   │   │   │   │   │   │   │   │            │
├─────────────┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴────────────┤
│ ▸ Sheet1  +                                                       │← Sheet Tabs
├────────────────────────────────────────────────────────────────────┤
│ Ready                    Average: 0  Count: 0  Sum: 0   [view] 100% │← Status Bar
└────────────────────────────────────────────────────────────────────┘

Every Element Explained

ElementLocationWhat It Does
Title Bar Very top of screen Shows the filename and application name. The Minimize (–), Restore/Maximize (□), and Close (X) buttons are on the right.
Quick Access Toolbar (QAT) Top-left, above the Ribbon Customisable row of icon buttons for your most-used commands (Save, Undo, Redo by default). Click the ▾ to add more buttons.
Ribbon Tabs Horizontal bar below title File, Home, Insert, Page Layout, Formulas, Data, Review, View — and contextual tabs that appear when a table, chart, or image is selected.
Ribbon Groups Below the active tab Commands organised into named groups (e.g., Home → Clipboard, Font, Alignment, Number, Styles, Cells, Editing). Each group has related tools.
Name Box Left of the formula bar Shows the address of the active cell (e.g., A1, B5, D12). Type a cell address here and press Enter to jump there instantly. Also used to name ranges.
Formula Bar Right of the Name Box Displays the content of the active cell — whether that is a value, text, or formula. This is where you see and edit formulas in full. The fx button opens Insert Function.
Column Headers Grey letters across the top of the grid A, B, C … Z, AA, AB … XFD — 16,384 columns total. Click a column header to select the entire column. Drag the border between headers to resize the column width.
Row Numbers Grey numbers down the left side 1, 2, 3 … 1,048,576 rows total. Click a row number to select the entire row. Drag the border between row numbers to resize the row height.
Cells The main grid area The intersection of a column and a row — addressed as Column+Row (e.g., B3 = Column B, Row 3). Over 17 billion cells per sheet. The active cell has a green border.
Select All Button Top-left corner, above row 1 and left of column A Click this triangle to select every cell in the entire worksheet instantly. Keyboard equivalent: Ctrl+A
Sheet Tabs Bottom of the workbook area Each tab is one worksheet (Sheet1, Sheet2, etc.). Click to switch sheets. Right-click for rename, colour, insert, delete, move, copy options. The + button adds a new sheet.
Scroll Bars Right side (vertical) and bottom (horizontal) Navigate around large worksheets. Scroll with the mouse wheel (vertical) or Shift+wheel (horizontal).
Status Bar Very bottom of the window Shows mode (Ready / Enter / Edit), and when cells with numbers are selected: Average, Count, Sum (and Min, Max if enabled). View buttons and Zoom slider are on the right.
Zoom Slider Bottom-right of the Status Bar Drag left to zoom out (see more cells), drag right to zoom in (see larger text). Ctrl+scroll wheel also zooms.

1.5 Understanding Cells, Rows, Columns & Cell References

Cell Address (Cell Reference)

Every cell has a unique address — a combination of its column letter and row number:

       A       B       C       D
1   [A1]    [B1]    [C1]    [D1]
2   [A2]    [B2]    [C2]    [D2]  ← This cell is D2 (Column D, Row 2)
3   [A3]    [B3]    [C3]    [D3]

Cell Range

A range is a group of cells. Ranges are written with a colon between the first and last cell:

RangeMeaning
A1:A10Cells A1 through A10 — a vertical column of 10 cells
A1:E1Cells A1 through E1 — a horizontal row of 5 cells
B2:D6A rectangle of cells from B2 to D6 — 3 columns × 5 rows = 15 cells
A:AThe entire column A (all 1,048,576 rows)
1:1The entire row 1 (all 16,384 columns)
A1:A10,C1:C10Two separate ranges selected together (non-contiguous) — use a comma to separate

Excel's Capacity

LimitValue
Maximum columns per sheet16,384 (A through XFD)
Maximum rows per sheet1,048,576
Maximum cells per sheet17,179,869,184 (over 17 billion)
Maximum sheets per workbookLimited only by available RAM (typically hundreds to thousands)
Characters per cell32,767

Fixing the R1C1 Reference Style (Column Numbers Instead of Letters)

Occasionally Excel switches to R1C1 reference style — where columns are numbered (1, 2, 3) instead of lettered (A, B, C). This happens when the option is accidentally enabled. The cell reference style changes from "A1" to "R1C1".

Symptom: Your column headers show 1, 2, 3 instead of A, B, C. The Name Box shows "R1C1" style references. Formulas use R1C1 notation like =R[-1]C instead of =A1.

How to fix it:

  1. File → Options
  2. Click Formulas in the left panel
  3. Under "Working with formulas" → untick "R1C1 reference style"
  4. Click OK
  5. Column headers immediately return to A, B, C, D... and all references revert to standard cell addresses

Navigating Between Cells

ShortcutNavigation Action
Move one cell in any direction
EnterConfirm entry and move down to the next cell
TabConfirm entry and move right to the next cell
Shift+EnterMove up
Shift+TabMove left
Ctrl+HomeJump to cell A1 (top-left of the sheet)
Ctrl+EndJump to the last used cell in the sheet
Ctrl+Jump to the last cell with data in the row (or first empty cell)
Ctrl+Jump to the last cell with data in the column
Page Up / Page DownMove one screen up or down
Ctrl+G or F5Go To — jump to any specific cell address by typing it
Name Box click → type address → EnterJump directly to any cell — e.g., type D50 and press Enter to go to cell D50

1.6 The Ribbon — All Main Tabs

The Ribbon is the command centre of Excel. Each tab contains a different set of tools grouped logically. You will use these constantly — knowing which tab holds which tool is essential.

TabWhat It ContainsYou Use It For
File New, Open, Save, Save As, Print, Share, Export, Account, Options All file operations and Excel settings — also called the Backstage View
Home Clipboard, Font, Alignment, Number, Styles, Cells, Editing 90% of everyday formatting — font, alignment, number format, cell colour, insert/delete rows, sort and filter
Insert Tables, Illustrations (pictures, shapes, SmartArt), Charts, Sparklines, Filters (Slicers), Links, Text (Headers/Footers, WordArt), Symbols Adding new elements to the spreadsheet — charts, images, tables, hyperlinks, symbols
Page Layout Themes, Page Setup (Margins, Orientation, Size, Print Area), Scale to Fit, Sheet Options Preparing for printing — setting margins, paper size, gridlines, headers, repeat rows/columns
Formulas Function Library (Insert Function, AutoSum, Recently Used, Financial, Logical, Text, Date, Math, etc.), Defined Names, Formula Auditing, Calculation All formula and function tools — inserting functions, naming ranges, tracing precedents/dependents, toggling calculation mode
Data Get & Transform Data, Queries & Connections, Sort & Filter, Data Tools (Data Validation, Remove Duplicates, Text to Columns), Forecast, Outline Importing, transforming, sorting, filtering, validating, and analysing data
Review Proofing (Spelling, Thesaurus), Accessibility, Insights, Language, Comments, Notes, Protect (Sheet, Workbook) Checking content, adding comments, and protecting sheets and workbooks with passwords
View Workbook Views (Normal, Page Break Preview, Page Layout, Custom Views), Show (Ruler, Gridlines, Formula Bar, Headings), Zoom, Window (Freeze Panes, Split, Arrange) Controlling how the spreadsheet appears on screen — freezing panes, splitting windows, zooming
Developer (hidden by default) Macros, Visual Basic, Record Macro, Form Controls, XML, ActiveX Controls VBA macros, form controls, and advanced automation — must be enabled first
Contextual Tabs (appear automatically) Table Design, Chart Design, Chart Format, Picture Format, Drawing Format, etc. Appear in the Ribbon only when a specific object (table, chart, image, shape) is selected — provide object-specific tools

Collapsing and Expanding the Ribbon

  • Double-click any Ribbon tab to collapse the Ribbon — gives more screen space for the grid
  • Click any tab again to temporarily expand it; double-click to pin it open again
  • Keyboard shortcut: Ctrl+F1 toggles the Ribbon collapsed/expanded

The Search Bar (Tell Me)

The search bar at the top of the Ribbon (magnifying glass icon, or press Alt+Q) lets you type any command name and find it instantly — without knowing which tab it lives on. Type "freeze" → it shows the Freeze Panes option. Type "pivot" → it offers to create a pivot table. This is the fastest way to find a rarely used feature.

1.7 The Workbook & Worksheet Structure

Workbook vs Worksheet

TermWhat It IsAnalogy
WorkbookThe entire Excel file (saved as .xlsx) — contains all the worksheetsA physical binder
Worksheet (Sheet)A single tab/page of cells within the workbookA page inside the binder
CellOne individual box on the worksheet — holds one value, formula, or text entryOne cell in a grid

Working with Sheet Tabs

  • Switch sheets: Click any sheet tab at the bottom
  • Add a sheet: Click the + button to the right of the sheet tabs
  • Rename a sheet: Double-click the sheet tab → type the new name → press Enter
  • Colour a sheet tab: Right-click the tab → Tab Color → choose a colour
  • Move a sheet: Click and drag the tab to a new position
  • Copy a sheet: Right-click the tab → Move or Copy… → tick "Create a copy" → OK
  • Delete a sheet: Right-click the tab → Delete (warning: this cannot be undone with Ctrl+Z)
  • Hide a sheet: Right-click → Hide. To unhide: right-click any visible tab → Unhide → select the hidden sheet → OK

Keyboard Shortcuts for Sheet Navigation

ShortcutAction
Ctrl+Page DownMove to the next sheet (right)
Ctrl+Page UpMove to the previous sheet (left)

1.8 Saving Your Workbook

Saving for the First Time

  1. Press Ctrl+S — or — File → Save As
  2. Choose a location: This PC (local drive), OneDrive (cloud), or a network location
  3. Type a descriptive filename (e.g., Sales Report Jan 2025)
  4. Confirm the file type is Excel Workbook (.xlsx) unless you need a different format
  5. Click Save

Saving After Changes

  • Press Ctrl+S — saves without any dialog (overwrites the existing file)
  • For cloud files (OneDrive/SharePoint): AutoSave is on by default — every change is saved automatically in seconds

Saving Under a New Name (Save a Copy)

  1. F12 — opens the Save As dialog regardless of whether the file has been saved before
  2. Change the filename and/or location → click Save
Filename Best Practice: Use descriptive filenames that include the subject, date, and version: Payroll_March2025_v2.xlsx. Avoid generic names like "Sheet1" or "New Microsoft Excel Worksheet" — you will never find them again when you have 200 files.

AutoRecover — Protection Against Crashes

Excel saves a recovery version of your workbook every 10 minutes by default. If Excel crashes:

  1. Reopen Excel — the Document Recovery pane appears on the left
  2. Click the recovered file to restore your work
  3. To change the AutoRecover interval: File → Options → Save → change "Save AutoRecover information every X minutes" (recommended: 5 minutes)

1.9 Undo, Redo & the Quick Access Toolbar

Undo and Redo

ActionShortcutNotes
UndoCtrl+ZReverses the last action. Press repeatedly to undo multiple steps (up to 100 levels). Click the dropdown ▾ on the Undo button to undo multiple steps at once.
RedoCtrl+YRe-applies an action that was undone. Also used to repeat the last action (e.g., repeat formatting on the next cell).

Customising the Quick Access Toolbar (QAT)

The QAT sits above the Ribbon — add your most-used commands for one-click access:

  1. Click the ▾ dropdown arrow at the right end of the QAT
  2. Tick any command from the quick list (Save, Undo, Redo, Quick Print, Spelling, New, Open, Email)
  3. For more commands: click "More Commands…" → choose from all Excel commands → Add → OK
  4. To move the QAT below the Ribbon: click ▾ → "Show Below the Ribbon"
Recommended QAT buttons: Save (Ctrl+S), Undo, Redo, New, Open, Quick Print, Print Preview, Spelling & Grammar, Sort Ascending, Sort Descending, Freeze Panes.

1.10 Quick Self-Check

Q1: Your column headers are showing numbers (1, 2, 3) instead of letters (A, B, C). What is this called and how do you fix it?

✓ This is called the R1C1 reference style. To fix it: File → Options → Formulas → untick "R1C1 reference style" → OK. Column headers immediately revert to A, B, C.

Q2: You are working in cell D15. What shortcut takes you directly back to cell A1 without using the mouse?

✓ Press Ctrl+Home. This jumps to cell A1 from anywhere in the worksheet.

Q3: What is the difference between a Workbook and a Worksheet?

✓ A Workbook is the entire Excel file (.xlsx) — like a binder. A Worksheet (or Sheet) is one individual page/tab within that workbook — like a page inside the binder. One workbook can contain many worksheets.

Q4: What does the range B3:E7 refer to?

✓ It is a rectangular block of cells starting at B3 (column B, row 3) and ending at E7 (column E, row 7). This includes 4 columns (B, C, D, E) and 5 rows (3, 4, 5, 6, 7) = 20 cells total.

Q5: You accidentally deleted an entire column of data. What keyboard shortcut restores it?

✓ Press Ctrl+Z (Undo). This immediately reverses the last action and restores the deleted column. Continue pressing Ctrl+Z to undo additional previous actions if needed.

Q6: Which Ribbon tab would you use to: (a) change the font colour of a cell; (b) insert a chart; (c) set page margins for printing; (d) remove duplicate rows from a list?

✓ (a) Home tab — Font group → Font Color. (b) Insert tab — Charts group. (c) Page Layout tab — Page Setup group → Margins. (d) Data tab — Data Tools group → Remove Duplicates.

✓ Module 1 Complete — You Have Learned:

  • What Microsoft Excel 2024 is and its 9 major capability areas
  • SA-specific use cases — VAT, payroll, SARS, BEE scorecards
  • Four methods to open Excel and all Excel file formats (.xlsx, .xlsm, .xltx, .xlsb, .csv, .xls, .pdf)
  • The Excel Start Screen — Blank Workbook, template gallery, recent files, pinning
  • Complete anatomy of the Excel desktop — all 14 elements with locations and functions
  • The ASCII layout diagram of the full desktop interface
  • Cell references, cell ranges (A1:E10, A:A, 1:1), and non-contiguous ranges
  • Excel's capacity — 16,384 columns, 1,048,576 rows, 17+ billion cells
  • Fixing the R1C1 reference style error (columns showing as numbers)
  • 12 cell navigation keyboard shortcuts including Ctrl+Home, Ctrl+End, Ctrl+arrows
  • All 9 Ribbon tabs with descriptions and use cases; contextual tabs
  • Collapsing the Ribbon (Ctrl+F1) and using the Search bar (Alt+Q)
  • Workbook vs Worksheet distinction; all sheet tab operations (rename, colour, add, delete, hide, move, copy)
  • Sheet navigation shortcuts (Ctrl+Page Up/Down)
  • Saving — Ctrl+S, Save As (F12), AutoSave for cloud files, AutoRecover settings
  • Undo (Ctrl+Z) and Redo (Ctrl+Y); Quick Access Toolbar customisation

← Back to All Modules