Module 1: Excel Fundamentals

Excel Basics & Formatting

Master the foundational canvas of data analysis: understand the workbook hierarchy, navigate the Excel interface, edit data with confidence, format numbers and currencies, use Wrap Text, and build clean professional worksheets.

15 Structured Chapters Live Excel Formatting Lab 8 Assessment Questions Beginner-Friendly & Accurate
01

Introduction: What Is Excel?

Microsoft Excel is the world's most widely used electronic spreadsheet software. A spreadsheet is an interactive grid of vertical columns and horizontal rows used to organize, format, calculate, and analyze quantitative data.

Whether tracking monthly department budgets, calculating student exam grade averages, managing inventory for an e-commerce store, or preparing raw datasets for SQL and Python pipelines, Excel is the universal starting point for data analysts worldwide.

02

Understanding the Excel Workbook

To work effectively in Excel, you must understand its fundamental hierarchy:

Diagram 1 — Excel Structural Hierarchy
Workbook
The entire .xlsx file
Worksheet
Individual tab page
Cell
Intersection (e.g. B4)
Range
Block of cells (A1:C10)
Container

Workbook vs. Worksheet

A Workbook is the master container file saved on your computer. Inside the workbook, individual Worksheets(sheet tabs like "Sales", "Q1_Expenses") hold separate tables of data.

Building Blocks

Rows, Columns & Cell Addresses

Columns are vertical (A, B, C...); Rows are horizontal (1, 2, 3...). The intersection is a Cell with a unique address (Column first: B4). A group of contiguous cells is a Range (A1:D10).

03

Understanding the Excel Interface

When you launch Excel, you are presented with a clean, standardized workspace designed for data navigation:

Diagram 2 — Excel Interface Explorer (Click Components Below)
The Ribbon & TabsTop horizontal strip of Excel

The primary command center organizing Excel features into task-oriented tabs (Home, Insert, Page Layout, Formulas, Data).

04

Entering and Editing Data

Entering data into Excel follows distinct keyboard rules:

Data TypeDefault AlignmentExamplesImportant Rule
TextLeft-alignedCustomer Name, TX-892Excel treats any cell with letters as non-numeric text.
NumbersRight-aligned1420, 99.50Never type dollar signs ($) or commas manually; apply number formatting instead.
DatesRight-aligned2026-08-23, 23/08/2026Excel stores dates internally as sequential serial numbers starting from Jan 1, 1900.
Editing Shortcut: F2 or Double-Click

Typing immediately in a selected cell overwrites its existing contents completely. To edit part of a cell without deleting the rest, press F2 (Windows) or double-click the cell!

05 & 06

Rows, Columns, AutoFit & the Fill Handle

Layout Control

AutoFit Column Width

If numbers exceed column width, Excel shows ### errors. Double-clicking the thin divider between column headers (e.g. between Column A and B) automatically sizes the column to fit the widest entry.

Automation

The Fill Handle (AutoFill)

The small square at the bottom-right corner of the active cell. Dragging it down continues sequences (1, 2 → 3, 4, 5; Jan, Feb → Mar, Apr) or copies formulas effortlessly.

07 & 08

Number Formatting: Values vs. Displayed Appearance

The Golden Rule of Number Formatting

Formatting changes how data looks, not what it is. If cell A1 contains 1250.5 and you click the Currency button, Excel displays $1,250.50. The underlying stored value is still 1250.5.

09 & 10

Wrap Text vs. Merge & Center Pitfalls

Recommended

Wrap Text

Wraps long text into multiple lines within a single cell. Keeps your columns neat, maintains grid integrity, and allows full sorting and filtering.

Hazard in Tables

Merge & Center

Combines multiple cells into one. Acceptable only for standalone report title banners at the top of a sheet. Never merge cells inside a dataset!

11 & 12

Freeze Panes & Clean Worksheet Architecture

Diagram 3 — Data Transformation Workflow
Raw Data
Unformatted, raw numbers
Structure & Types
Clean column headers
Professional Formatting
Currencies, AutoFit, Borders
13-15

Excel Formatting Best Practices Checklist

What You Should Know Now (Checklist)
  • Left-align text and right-align numbers for effortless scanning.
  • Always format financial numbers with Currency ($) or Accounting formats.
  • Use AutoFit to ensure no column displays clipped text or ### errors.
  • Use subtle header fills (slate, soft navy, or muted green) rather than harsh saturated neon colors.
  • Keep data in a continuous uniform grid — never merge cells inside data rows.
  • Use Freeze Top Row on tables longer than 20 rows to keep column labels visible.

🔥 Live Interactive — Excel Basics & Formatting Lab

Select cells in the interactive spreadsheet and test formatting tools (Bold, Alignment, Currency, Borders, AutoFit) in real time.

Interactive Simulator
A2
fx
ABCDE
1Product NameCategoryQuantityUnit PriceTotal Revenue
2Mechanical KeyboardHardware14$89.50$1,253.00
3Wireless MouseAccessories28$29.99$839.72
4USB-C Fast CableCables50$12.50$625.00
54K IPS MonitorHardware8$349.00$2,792.00
What did you just change? Select any cell or click the formatting tools in the Excel toolbar above to inspect how formatting affects presentation!
Clean Sheet Challenge: Transform Messy Data

Apply professional formatting decisions step-by-step to transform a messy raw table into a publication-ready report.

1. Format Header Hierarchy
Applies bold text and a subtle muted fill to distinguish table headers from data.
+ Click to Apply
2. Format Financial Numbers
Applies Currency ($) with 2 decimals to prices and revenue amounts.
+ Click to Apply
3. AutoFit Column Widths
Expands column boundaries to eliminate clipped text and "###" errors.
+ Click to Apply
4. Standard Alignment Rules
Aligns text Left and numbers Right for effortless visual column scanning.
+ Click to Apply
Challenge Progress: 0 / 4 Formatting Steps Completed
Knowledge AssessmentQuestion 1 of 8

What is the structural relationship between a Workbook and a Worksheet in Excel?