Learning Objectives
- Sort on one or multiple levels
- Filter with AutoFilter and custom criteria
- Highlight patterns with conditional formatting
- Split text with Text to Columns
- Restrict inputs with Data Validation
- Freeze panes and set repeating print titles
Sample file: sales_data_large.csv (240 rows)
Before You Start
- Import CSV β sheet Sales.
- Confirm one header row, no blank rows inside the block, no merged header cells.
- Optional: select data β Ctrl+T to create an Excel Table (filters and structured refs included).
1) Sort
- Click inside the data β Data β Sort.
- Example multi-level sort:
- Level 1: Region AβZ
- Level 2: Sales Amount Largest to Smallest
- Always expand the selection so entire rows move together.
2) Filter
- Data β Filter (or Table filters).
- Filter Region =
West, then Units Sold greater than 5. - Clear filters before building Pivot Tables if you need the full dataset (or pivot from a Table).
Custom filter tip: Number Filters β Greater Than for discount or revenue thresholds (as in Model Lab Test Set A).
3) Conditional Formatting
- Select the Sales Amount column (exclude header).
- Home β Conditional Formatting β Color Scales (GreenβYellowβRed).
- Add a rule on a Status column: Text that Contains
Lowβ red fill;Highβ green fill.
Keep rules few and meaningful β colour is for scanning, not decoration.
4) Text to Columns
When one column holds combined values (e.g. Pokhara-PKR):
- Insert a blank column to the right (so split data has somewhere to go).
- Select the combined column β Data β Text to Columns.
- Delimited β choose hyphen β Finish.
- Rename new headers (City, Code).
Practice on 10β15 sample rows before touching the full sheet.
5) Data Validation
- Select the Region input cells.
- Data β Data Validation β List.
- Source:
North,South,East,West(or a named range on another sheet). - Optional: Input Message + Error Alert so classmates know allowed values.
6) Freeze Panes and Print Titles
Freeze top row: View β Freeze Panes β Freeze Top Row.
Print titles: Page Layout β Print Titles β Rows to repeat at top: $1:$1.
Use Print Preview to confirm headers repeat on page 2+.
Practice Task
With sales_data_large.csv:
- Multi-level sort (Region, then Sales Amount)
- Three different filter views (document what you saw)
- Color scale on Sales Amount + Status-style rule if you add a helper column
- Text to Columns on a small combined sample column
- Region dropdown validation
- Freeze header + print titles
π Continue to: Pivot Tables and Charts


