Go beyond the basics. Master VLOOKUP, XLOOKUP, INDEX-MATCH, SUMIFS, array formulas, dynamic functions, and real-world data analysis techniques used by professionals every day.
By the end of this course, you will handle complex data tasks that most Excel users struggle with.
Click any module to expand. Click any lesson for full details.
The most important formulas at a glance.
These mistakes trip up even experienced Excel users.
VLOOKUP breaks when you insert or delete columns in your lookup table. Use INDEX+MATCH or XLOOKUP instead — they reference column names, not positions.
When copying SUMIFS formulas down a column, always use $A$2:$A$100 for the range arguments. Without $, the range shifts and gives wrong results.
If your ID is stored as text in one place and as a number in another, VLOOKUP returns #N/A. Use TEXT() or VALUE() to convert before looking up.
DATEDIF(start, end, unit) — the start date must always come first. If end is earlier than start, it returns an error. Always check date order.
Traditional array formulas need Ctrl+Shift+Enter to work in Excel 2016 and earlier. Missing this gives wrong results with no error warning.
Dynamic array functions like FILTER and SORT need empty space below/right to spill results. If blocked by existing data, you get a #SPILL! error.
Deep nested IFs like =IF(IF(IF())) are hard to read and debug. Use IFS() for multiple conditions or SWITCH() when matching against specific values.
A report full of #N/A errors looks unprofessional. Always wrap lookups: =IFERROR(VLOOKUP(...), "Not Found") for clean output.
Apply all advanced formulas in one real-world project.
Build a complete Sales Performance Report for 5 regions and 10 sales representatives using only advanced Excel formulas — no Pivot Tables allowed.
Your project must include:
Completion criteria: Your dashboard should be fully dynamic — changing the month filter should update all calculations automatically.
Submit Your Project →