
An introduction to the course and the instructor.
This lecture introduces students to the Excel start screen and the process of opening, creating, and pinning workbooks. It explains the structure of a workbook and worksheets, and provides a guided tour of the Ribbon and its tabs, showing how tools are organized into groups. Students also learn how to customize the Quick Access Toolbar for efficiency and how to access built-in help features, tooltips, and the search bar to quickly find commands or functions.
In this lesson, students learn how to confidently move around Excel’s grid of rows, columns, and cells. They’ll practice using the mouse, keyboard shortcuts, and scroll/zoom controls to navigate worksheets efficiently. Students will also explore context menus for quick commands, manage worksheet tabs, and view multiple sheets side by side. By the end, they will be able to jump to any cell instantly, switch between worksheets with ease, and use the Welcome Page links to streamline navigation.
In this lesson, students discover how Excel interprets different kinds of entries. They’ll learn the difference between text, numbers, dates, times, and formulas, and how alignment (left vs. right) gives a quick clue to the data type. Students will also see how Excel stores dates and times as numbers behind the scenes, and how formulas calculate results automatically. With the downloadable workbook Exercise_Datatypes.xlsx, they can practice identifying and working with each type.
In this lesson, students practice entering and managing text and numbers in Excel. They’ll use the Fill Handle to auto-complete sequences like months, build a small table with headers and values, and explore how TAB/ENTER navigation works within a selected range. Students will also format numbers into currency or adjust decimals, and learn how to copy styles quickly using Format Painter. By the end, they’ll be able to input and format data efficiently, creating neat, professional-looking tables.
In this lesson, students practice entering and managing text and numbers in Excel. They’ll use the Fill Handle to auto-complete sequences like months, build a small table with headers and values, and explore how TAB/ENTER navigation works within a selected range. Students will also format numbers into currency or adjust decimals, and learn how to copy styles quickly using Format Painter. By the end, they’ll be able to input and format data efficiently, creating neat, professional-looking tables.
In this lesson, students explore how Excel handles saving and version control. They’ll see the difference between cloud-saved files (OneDrive/SharePoint), which include full version history with the ability to view, restore, or compare edits, and local files, which only provide limited AutoRecover snapshots. By the end, students will know how to access version history, recover unsaved files, and understand why saving to the cloud is essential for collaboration and reliable backups.
In this lesson, students learn how to control the size of rows and columns to make data easier to read. They’ll practice manually resizing with drag handles, use AutoFit to adjust to the longest entry, and even apply AutoFit across the entire worksheet. The session also highlights how row height helps when wrapping text and why merged cells can sometimes cause issues. By the end, students will be able to format their worksheets so all content is clearly visible and well-organized.
In this lesson, students learn how to make their spreadsheets both professional and easy to read. They’ll explore cell styles, manual formatting, borders, text wrapping, and merged headings. The class covers powerful tools like Format Painter for copying designs, number formats that change appearance without altering values, and conditional formatting to highlight key data automatically. By the end, students will be able to apply, customize, and clear formatting so their worksheets look clean, consistent, and impactful.
A solution to the homework.
In this lesson, students discover how Flash Fill can instantly recognize patterns and transform data without formulas. They’ll practice splitting full names into first and last names, combining text into full names or email addresses, and reformatting values like phone numbers or capitalization. The shortcut CTRL+E (Windows) or ⌘+E (Mac) makes the tool quick and powerful. By the end, students will know how to use Flash Fill for fast, consistent data entry, while also understanding its limitations compared to formulas.
A run-through of the Flash Fill homework.
In this lesson, students learn why Excel Tables are more powerful than plain ranges. They’ll see how converting data into a Table unlocks features like built-in formatting, automatic filtering and sorting, structured references, and expansion as new rows or columns are added. Students will also practice applying table styles, using the Total Row for quick summaries, filtering by category, and rearranging columns. By the end, they’ll understand the key advantages of working with Tables for clean, dynamic, and analysis-ready data.
A run-through of the Tables homework.
In this lesson, students learn how to insert and adjust rows and columns in both normal ranges and Excel Tables. They’ll practice shifting cells right or down, adding entire rows or columns, and see how behavior changes inside Tables (where inserts apply to whole rows or columns only). By the end, students will understand when to use each method and how Excel maintains structure differently in Tables compared to plain ranges.
A run-through of the rows and columns homework.
In this lesson, students learn how to temporarily hide data without deleting it. They’ll practice hiding and unhiding rows and columns, recognize the skipped numbering/lettering indicators, and see how formulas still calculate hidden values. The class also compares how SUM always includes hidden data, while SUBTOTAL can ignore it. By the end, students will know how to manage hidden data effectively and troubleshoot common issues (like zero-height rows or filters).
A run-through of the homework on hiding and unhiding rows and columns
In this lesson, students explore tools that make large worksheets easier to navigate. They’ll practice using Freeze Panes to lock the top row, first column, or both—keeping headers visible while scrolling—and use Split View to divide the window into separate scrollable sections. By the end, they’ll be able to manage long tables with sticky headers and compare different parts of a worksheet side by side for easier analysis.
In this lesson, students learn how to use the status bar for quick insights, such as Average, Count, and Sum, without writing formulas. They’ll also see how to copy a quick total from the status bar, and why this result doesn’t update when values change. To create dynamic totals, students practice using the SUM function across ranges (e.g., Q1–Q4), ensuring results update automatically. This sets the stage for calculating totals based on formulas, covered in the next lecture.
In this lesson, students practice creating simple formulas using arithmetic operators for addition, subtraction, multiplication, and division. They’ll build a Net Total column by multiplying unit price by quantity, then use the Fill Handle to copy formulas down the table. The session also introduces the formula bar for editing, and explains the BODMAS rule to ensure correct order of operations with brackets. By the end, students will be able to write and copy formulas confidently across a dataset.
A run-through of the homework on simple arithmetic formulas.
In this lesson, students learn the difference between relative references (which adjust automatically when formulas are copied) and absolute references (which stay fixed using the $ symbol, e.g., $A$1). They’ll practice creating formulas with both types and see how they behave when filled across rows and columns. The lesson also introduces cell names, making formulas easier to read and manage. By the end, students will understand when to use each referencing style for accuracy and efficiency.
In this lesson, students are introduced to functions, Excel’s built-in formulas that simplify calculations. They’ll learn the basic syntax =FUNCTION(arguments), practice typing a function manually, and then use the Insert Function tool on the Formula tab to search, browse by category, and insert functions with a point-and-click interface.
They’ll practice using SUM, AVERAGE, MIN, MAX, COUNT for quick calculations, apply the IF function for simple decision-making, and explore text tools like CONCAT, LEFT, RIGHT, PROPER to combine and clean up data. Finally, they’ll work with date functions such as TODAY and YEAR to generate and extract date information. By the end, students will see how functions make data analysis faster, more accurate, and dynamic.
By the end, students will understand how to find and apply functions efficiently.
A run-through of the homework on inserting functions.
In this lesson, students learn how to retrieve information from tables using lookup functions. They’ll start with VLOOKUP, understanding how it searches the first column and returns values from the right, while also seeing its common limitations. Then, they’ll move on to XLOOKUP, Excel’s modern replacement, which can look in any direction, handle missing values gracefully, and return multiple results. By comparing the two side by side, students will appreciate why XLOOKUP is more powerful and reliable for real-world analysis.
A run-through of the homework on Lookups.
In this lesson, students learn how to transform raw data into clear visuals with Excel charts. They’ll practice creating column, line, pie, and bar charts to show comparisons, trends, and proportions, then customize them with titles, axis labels, legends, and styles. Students will also experiment with chart elements, filters, and moving charts to separate sheets. A final challenge introduces combination charts, blending columns and lines to highlight comparisons. By the end, students will know how to choose and design charts that best communicate their data.
A run-through of the homework on Inserting Charts
In this lesson, students learn how to organize information by sorting values in Excel. They’ll practice basic A–Z/Z–A sorts for text, smallest-to-largest sorts for numbers, and advanced options like sorting by cell or font color. The session also introduces multi-level sorting, where data is ordered by more than one column (e.g., Region then Salary). By the end, students will understand how sorting affects entire rows, how to manage custom sort rules, and how to quickly undo mistakes with Ctrl+Z.
A run-through of the homework on Sorting Data
In this lesson, students learn how to use AutoFilter to display only the rows they need while keeping all data intact. They’ll practice filtering by text, numbers, and dates, combining multiple filters at once, and clearing/reapplying filters as needed. The session also covers custom filters like “greater than,” “contains,” and “between,” as well as using SUBTOTAL functions to calculate results that adapt to hidden or filtered rows. By the end, students will be able to quickly analyze subsets of data without deleting or rearranging anything.
A run-through of the homework on Filtering Data
In this lesson, students are introduced to PivotTables, Excel’s most powerful tool for summarizing and analyzing large datasets. They’ll learn how PivotTables can instantly group, filter, and total information without writing formulas, and how simple drag-and-drop fields make it easy to view data from different perspectives. By the end, students will understand why PivotTables are ideal for spotting trends, answering real-world questions, and saving time when working with big data.
A run-through of the homework on Pivot tables
In this lesson, students learn how to control Excel’s print settings to produce professional reports. They’ll practice setting a print area, adjusting page orientation, and using scaling options to fit content neatly on the page. The session also covers adding headers and footers, previewing before printing, and choosing between printing a selection, a sheet, or the entire workbook. By the end, students will know how to avoid messy printouts and ensure their spreadsheets look polished on paper.
In this lesson, students learn how to safeguard their work by applying protection at both the worksheet and workbook level. They’ll practice unlocking specific cells for data entry, protecting a sheet to prevent unwanted edits, and using workbook protection to control structural changes like adding or deleting sheets. The lesson also highlights the difference between password protection for editing and true security. By the end, students will know how to share workbooks confidently while keeping key data safe from accidental changes.
A run-through of the homework on Printing
In this lesson, students will learn about creating hyperlinks in their workbooks that can link to other resources, and other datasheets. We'll create a Welcome page with a table of hyperlinks to all of the datasheets in the workbook, and a link back from each datasheet to the Welcome tab.
This video contains a final exam workbook with multiple exercises for you to complete.
Do you know just enough Excel to be dangerous? Maybe you’ve dabbled with formulas or tried to build a chart, but you’re never quite sure if you’re doing it the right way. Or perhaps you've never used Microsoft Excel and want (or need) to learn for personal or professional reasons.
This course is designed to take you from complete beginner, or casual user, to a confident user who understands the essentials of Excel and can apply them in everyday tasks. By the end, you’ll not only avoid the mistakes beginners often make - you’ll know how to use Excel the way it was designed: as a powerful, reliable, and flexible tool.
Why Learn Excel?
Excel is one of the most in-demand skills across industries. Employers expect it, professionals rely on it, and students benefit from mastering it early. From managing a budget to analyzing sales performance, Excel makes organizing, calculating, and presenting data easier and faster. This course builds the foundation you need to save time, boost productivity, and feel in control of your spreadsheets.
What You’ll Learn
We’ll start with the basics: creating and saving workbooks, including the difference between local files and cloud storage (OneDrive and SharePoint). You’ll explore the Excel interface, learn how to move around worksheets, and use features like version history so you never lose important work.
Then we’ll build practical skills step by step:
Data Entry & Formatting: Enter text, numbers, and dates; format data with fonts, alignment, and number styles; resize, hide, and unhide rows and columns.
Formulas & Functions: Understand relative and absolute references; use formulas for totals and averages; explore essential functions like SUM, MIN, MAX, COUNT, IF, CONCAT, PROPER, TODAY, and YEAR.
Flash Fill & Quick Analysis: Automatically split or combine data, reformat names, and speed up common tasks.
Tables & Total Rows: Convert ranges into structured tables that expand automatically, filter easily, and calculate totals instantly.
Sorting & Filtering: Sort alphabetically, numerically, or by color; apply filters to see only the data you need.
Conditional Formatting: Highlight duplicates, flag high or low values, and apply color scales to spot trends.
Worksheet Views: Freeze panes, split windows, and arrange sheets side-by-side for easier comparison.
Status Bar Insights: Instantly view averages, sums, and counts without writing a formula.
You’ll also practice data cleaning - splitting full names into first and last, formatting phone numbers, and standardizing inconsistent entries - so your spreadsheets look professional and accurate.
Visualizing Data
Once your data is ready, you’ll learn to bring it to life. You’ll create column, bar, pie, and line charts; add chart elements like titles, labels, and legends; and decide which chart best fits the story your data tells. You’ll even explore conditional formatting for quick insights.
Lookups & References
We’ll dive into lookup functions (VLOOKUP and XLOOKUP) to pull information from large datasets instantly. You’ll practice using Product IDs or names to return prices, categories, or stock levels - skills that save hours in real-world scenarios.
PivotTables & PivotCharts
Finally, you’ll get an introduction to one of Excel’s most powerful features: PivotTables. You’ll summarize large datasets in seconds, group data by categories like Region or Month, and build PivotCharts that make patterns crystal clear.
Extra Essentials
We’ll also cover protecting worksheets and workbooks, adding hyperlinks for easy navigation (including creating a “Welcome” page with buttons), and preparing spreadsheets for printing - adjusting page orientation, scaling, headers, footers, and print areas so your reports look professional.
Practical Focus
This course isn’t about memorizing every function Excel offers. It’s about learning the skills you’ll actually use every day, reinforced with practical examples.
I teach you the principles you need to know, then give you a "homework" spreadsheet to practice on. Each resource you download will have instructions on what you need to do. Complete the tasks and then re-join me for a walkthrough of the homework.
By the end of this course, you’ll be able to confidently:
Enter, clean, and format data
Use formulas and beginner functions effectively
Apply filters, sorting, and conditional formatting
Create tables, charts, and PivotTables
Protect and print your work professionally
Whether you’re a student, professional, or job-seeker, this course will give you the Excel foundation you need to move from “dangerous dabbling” to competent, confident spreadsheet skills.
Note that this course is recorded with the Windows version of Excel (from Office 365). If you are using an older version of Excel, or a different operating system, your version of Excel may look different. In that case, I'd recommend you check out the free preview of the Interface Overview lecture to compare the user interface of my version of Excel, with yours.