Introduction to Microsoft Excel 2019
Get oriented in the Excel 2019 interface, understand workbooks and worksheets, learn to navigate large spreadsheets efficiently, and manage your files professionally.
Video
Watch the lesson video, then complete the reading and challenge.
Presentation Slides
Review the slides below, then complete the reading and challenge.

Lesson Notes
Read through the key concepts before you try the challenge.
Real-World Scenario
The Excel 2019 Interface
Excel 2019's interface is fundamentally different from Word's — instead of a text canvas, it presents a grid of rows and columns where each intersection (a cell) can hold a value, a formula, or a label. Understanding the names of each interface element is essential for following instructions, reading documentation, and describing problems accurately:
- The Ribbon in Excel is organized into Home, Insert, Page Layout, Formulas, Data, Review, and View tabs — similar to Word's Ribbon but with Excel-specific command groups. The Formulas tab is particularly important and contains all of Excel's function categories. The Data tab is where you will find sorting, filtering, and data validation tools that are essential for managing lists and trackers.
- The Name Box is the small field at the far left of the formula bar that displays the address of the currently selected cell (e.g., A1, B12, or a range like A1:D10). You can type a cell address or range name directly into the Name Box and press Enter to navigate there instantly — this is the fastest way to jump to a specific cell in a large spreadsheet without scrolling.
- The Formula Bar is the wide field to the right of the Name Box that displays the content of the currently selected cell — either the value you see in the cell, or the full formula behind a calculated result. When you click a cell that shows '1,245' and the formula bar shows '=SUM(B2:B25)', you know the cell contains a formula, not a manually typed number. Always check the formula bar before editing a cell to confirm whether it contains a formula or static data.
- Sheet tabs at the bottom of the Excel window represent individual worksheets within the same workbook file — a workbook can contain many sheets, each acting as a separate data table or view. Right-click a sheet tab to rename it, change its color, move it, copy it, or delete it. For a supply tracker at Lakeside Medical Associates, you might have tabs named 'Medical Supplies,' 'Office Supplies,' 'Cleaning Supplies,' and 'Summary.'
- Column headers run across the top of the grid as letters (A, B, C … Z, AA, AB…) and row headers run down the left side as numbers (1, 2, 3…). Every cell is identified by its column letter and row number — the cell where column B meets row 7 is cell B7. Ranges are identified by the top-left and bottom-right cells separated by a colon — B2:D10 is the rectangular range from column B row 2 to column D row 10.
Navigating Large Spreadsheets
A spreadsheet with hundreds of rows and dozens of columns can feel overwhelming if you rely only on the mouse and scroll bar. These keyboard navigation techniques let you move through a large spreadsheet with precision and speed:
- Ctrl+Home jumps to cell A1 — the very beginning of the spreadsheet — from anywhere in the workbook. This is your 'reset' shortcut when you are lost in a large file. Ctrl+End jumps to the last cell in the spreadsheet that contains data or formatting — useful for finding out how far your data extends without scrolling.
- Ctrl+Arrow keys move to the edge of a contiguous data block in the direction of the arrow — Ctrl+Down jumps from the first filled cell in a column down to the last filled cell before the first empty cell. This is the fastest way to reach the bottom of a 300-row list. Ctrl+Right moves to the last filled cell in the current row. These shortcuts are essential for navigating large datasets quickly.
- Freeze Panes keeps row or column headers visible as you scroll — without freeze panes, scrolling down in a 300-row spreadsheet means your column headers (Item, Quantity, Cost, etc.) disappear off the top and you lose context. To freeze the header row, click on cell A2 (the cell below and to the right of everything you want frozen), then click View > Freeze Panes > Freeze Panes. Now row 1 remains visible no matter how far you scroll down. To freeze both the header row and the first column, click cell B2 before freezing.
- Ctrl+F opens the Find dialog — type any text or number to search the entire spreadsheet and jump to matching cells. For finding 'exam gloves' in a 300-row supply list, Ctrl+F is far faster than scrolling. Ctrl+G (Go To) with Ctrl+G > Special lets you navigate to cells with specific properties — cells with formulas, cells with errors, blank cells — which is invaluable when auditing a spreadsheet built by someone else.
File Formats and AutoSave
Saving Excel files in the correct format ensures compatibility, data integrity, and professional presentation. Understanding when to use each format is an essential part of working in a professional office environment:
- The .xlsx format is Excel's default and should be used for all working spreadsheets — it supports all formulas, formatting, multiple sheets, PivotTables, charts, and data validation. Always save your working files as .xlsx unless there is a specific reason to use another format. The older .xls format (Excel 97-2003) is rarely needed and should be avoided unless you are sharing with someone using an extremely outdated version of Excel.
- The .csv (Comma-Separated Values) format is a plain text file containing only the data from one worksheet — no formatting, no formulas (values only), no multiple sheets. CSV files are the universal data exchange format used to import/export data between different software systems. If Lakeside Medical Associates needs to import patient data into a practice management system, that system will likely accept a .csv file. Saving as .csv strips all formatting and formulas, so always keep an .xlsx backup.
- PDF format for Excel is used when you need to share a spreadsheet as a read-only, visually fixed document — for example, emailing a monthly expense report to a physician who does not need to edit the data. Use File > Export > Create PDF/XPS. In the export dialog, you can choose to export the active sheet, the entire workbook, or a specific print area.
- AutoSave (when using OneDrive or SharePoint) saves your file continuously in real time — the AutoSave toggle appears in the upper-left corner. Excel also has AutoRecover (File > Options > Save) that saves a backup every 10 minutes by default for locally saved files. Always save manually with Ctrl+S after major data entry sessions regardless of AutoSave status — it is a habit that protects your work.
Quick Reference: Excel 2019 Interface

Excel 2019 Interface Quick Reference — navigating the grid with speed and confidence
Responsible Use
AI Assist
Knowledge Check
You are in cell G300 of a large supply tracker spreadsheet and need to jump back to cell A1 immediately. Which keyboard shortcut does this instantly?
Challenge
Apply what you've learned in this lesson.
Explore the Excel 2019 interface hands-on by building and navigating a small practice spreadsheet for Lakeside Medical Associates. This orientation challenge builds familiarity with every major interface element before you start entering real data.
- Open Excel 2019 and create a new blank workbook. Rename Sheet1 to 'Medical Supplies,' add a second sheet named 'Office Supplies,' and a third named 'Summary.' Color the Medical Supplies tab blue, the Office Supplies tab green, and the Summary tab orange.
- On the Medical Supplies sheet, type column headers in row 1: Item, Category, Quantity, Unit Cost, Total Cost, Reorder Level, Status. In the Name Box, type A1 and press Enter to confirm navigation. Then use Ctrl+End to find where your data ends after entering 5 rows of sample data.
- Freeze the header row (row 1) on the Medical Supplies sheet using View > Freeze Panes. Scroll down beyond row 1 to confirm the header stays visible. Then unfreeze and re-freeze using cell B2 as the selected cell to freeze both the header row and the first column simultaneously.
- Use Ctrl+F to search for a specific item you entered (e.g., 'Gloves'). Navigate to the cell using the Find dialog. Then use the Name Box to navigate directly to cell D7 without scrolling.
- Save the workbook as 'Lakeside Medical Supply Tracker – Orientation.xlsx.' Then export the Medical Supplies sheet as a PDF using File > Export. Confirm both files are saved to your Documents folder.