Unit 3.1
MS Excel Fundamentals
PRC 110: Software Skills Practicum
Learning Objectives
- Navigate the Excel Interface.
- Enter and Format Data.
- Use Relative vs Absolute references.
- Use Freeze Panes and Print Titles.
The Excel Interface
Key Concepts
- Workbook (.xlsx file)
- Worksheet (tabs)
- Cell Address (e.g. `B10`)
- Range (e.g. `A1:B10`)
Data Types
- Text (usually left)
- Numbers (usually right)
- Dates (serial numbers)
Formatting & Freeze Panes
- Number Formats: Currency, Percent, decimals.
- Conditional Formatting: Colour rules.
- Freeze Panes: Keep header row visible.
Cell Referencing
Crucial when copying formulas!
Relative (A1)
Changes when copied — e.g. line totals.
Absolute ($A$1)
Locked — e.g. VAT rate in `$H$1`. Toggle with `F4`.
Mixed (`$A1`, `A$1`) locks one axis — useful for matrices.
Practicum 3.1
Student data sheet
- Headers + 5 students (or student_grades.csv).
- Format header; Freeze Top Row.
- Bonus column using absolute `$G$1`.