Microsoft Excel: Advanced Excel Formulas & Functions
- Description
- Curriculum
- FAQ
- Reviews
It’s time to show Excel who’s boss. Whether you’re starting from square one or aspiring to become an absolute Excel power user, you’ve come to the right place.
This course will give you a deep understanding of the advanced Excel formulas and functions that transform Excel from a basic spreadsheet program into a dynamic and powerful analytics tool.
While most Excel courses focus on simply what each formula does, I teach through hands-on, contextual examples designed to showcase why these formulas are awesome and how they can be applied in a number of ways.
I will not train you to regurgitate functions and formula syntax; I will teach you how to THINK like Excel.
By the end of the course you’ll be writing robust, elegant formulas from scratch, allowing you to:
-
Easily build dynamic tools & Excel dashboards to filter, display and analyze your data
-
Create your own formula-based Excel formatting rules
-
Join datasets from multiple sources with XLOOKUP, INDEX & MATCH functions
-
Manipulate dates, times, text, and arrays
-
Automate tedious and time-consuming tasks using cell formulas and functions in Excel (no VBA required!)
-
Pull real-time data from APIs directly into Excel (weather, stock quotes, directions, etc.)
We’ll dive into a broad range of Excel formulas & functions, including:
-
Lookup/Reference functions
-
Statistical functions
-
Formula-based formatting
-
Date & Time functions
-
Logical operators
-
Dynamic Array formulas
-
Text functions
-
INDIRECT & HYPERLINK
-
Web scraping with WEBSERVICE & FILTERXML
I have a genuine passion for Excel, and as the founder of Maven Analytics I’ve been lucky enough to teach more than 1,000,000 students around the world. My teaching style is conversational, authentic and to the point, and I will always communicate complex concepts in a framework that is clear and easy to comprehend.
If you’re looking for the ONE course with all of the advanced Excel formulas and functions that you need to know to become an absolute Excel rockstar, you’ve found it.
See you in the course!
-Chris (Founder, Maven Analytics)
__________
Looking for our full business intelligence stack? Search for “Maven Analytics“ to browse our full course library, including Excel, Power BI, MySQL, and Tableau courses!
See why this is one of the TOP-RATED Excel courses on Udemy:
“One of the best Excel courses I’ve ever taken. You can see through his videos how passionate he is about Excel. Thanks for this awesome course, and count me in for the next ones!”
-Julio Garcia
“This is an exceptionally valuable course. The information is vital with examples of best practices from a true Excel expert. Chris Dutton can teach!”
-Barbara S.
“Chris Dutton is an EXPERT in Excel. He makes comprehensible to the student the complex (sometimes super-complex) nature of the formulas he uses. Everything that is written at the course description, although it may seem pure marketing and publicity at first glance, is indeed true. If I could rate it higher I definitively would. THANKS Chris!”
-Bruno Ricardo Silva Pinho
*NOTE: Full course includes downloadable resources and Excel project files, homework and course quizzes, lifetime access and a 30-day money-back guarantee. Most lectures compatible with Excel 2007, Excel 2010, Excel 2013, Excel 2016, Excel 2019 or Office 365.
-
6Introduction: Excel Formulas 101Video lesson
-
7Excel Formula SyntaxVideo lesson
In this lesson, we'll quickly cover the fundamentals of Excel formula syntax, including function names, nested formulas, and argument types.
-
8Writing Efficient Formulas with Fixed & Relative ReferencesVideo lesson
Learn how to write efficient Excel formulas and functions using cell reference types. In this lesson, we'll demonstrate why it's so important to establish proper fixed and relative cell references, using a simple Excel financial projection.
-
9Common Excel Error TypesVideo lesson
Learn how to interpret and troubleshoot each of Excel's error types. In this demo, we'll walk through scenarios where you may encounter common formula errors, including #NAME?, #REF!, #VALUE!, and #N/A.
-
10Formula Auditing: Trace Precedents & DependentsVideo lesson
Learn how to use Excel's built-in formula auditing tools to diagnose errors and trace them back to their source. In this demo, we'll practice using Excel's Trace Precendents and Trace Dependents tools to understand which cells are impacted by a given formula, using a simple mortgage calculator as an example.
-
11Formula Auditing: Evaluate Formula & Error Checking (PC Only)Video lesson
Learn how to audit complex formulas using Excel's more advanced auditing tools: Evaluate Formula and Error Checking. In this demo, we'll practice troubleshooting the formulas in our home mortgage calculator.
-
12Navigating Excel Worksheets with Ctrl ShortcutsVideo lesson
Learn how to quickly and efficiently navigate Excel worksheets and workbooks without using your mouse, by mastering powerful CTRL shortcuts. In this demo, we'll practice some of the most common shortcuts, including CTRL-arrow, CTRL-Shift, CTRL Home/End, and more.
-
13Saving Time with Function ShortcutsVideo lesson
Learn how to use Excel's powerful Function (Fn) shortcuts to repeat actions, access help articles, set cell reference types, and more.
-
14Accessing Tools with Alt Key TipsVideo lesson
Learn how to quickly access any tool in the Excel ribbon without touching your mouse, by mastering powerful Alt Key Tips. In this demo, I'll show you how to access some of Excel's most popular and powerful tools using nothing but Alt shortcuts.
-
15BONUS: Mac ShortcutsText lesson
-
16PRO TIP: Creating Drop-Down Menus with Data ValidationVideo lesson
One of the simplest ways to create dynamic and interactive Excel models is to create drop-down menus within worksheet cells. In this demo, I'll show you how to create simple drop-down lists using data validation, and use them to make our home mortgage calculator more user-friendly.
-
17Congrats, You're a Developer!Video lesson
One of the things that makes Excel such a powerful platform is that it combines back-end data and logic layers with a front-end presentation layer, all inside of the familiar and user-friendly spreadsheet interface. Technically, this makes Excel the world's most popular full-stack developer tool, along with the most ubiquitous data analysis software on the planet.
-
18Excel Formulas 101Quiz
-
19HOMEWORK: Excel Formulas 101Text lesson
-
20IntroductionVideo lesson
-
21Anatomy of the IF StatementVideo lesson
In this lesson we'll learn how to use simple conditional statements (IF statements) in Excel, which form the basic building blocks of more complex logical tests.
-
22Nesting Multiple IF StatementsVideo lesson
In this lesson we'll practice combining (or nesting) multiple IF statements to create more sophisticated IF/THEN logic using Excel formulas.
-
23Adding Conditional AND/OR OperatorsVideo lesson
In this lesson we'll add a bit more complexity to our simple Excel conditional statements, and practice integrating AND and OR statements to test different combinations of criteria.
-
24Using NOT & "<>" ConditionalsVideo lesson
In this lesson we'll explore another type of conditional function in Excel: the NOT (or <>) clause, used for creating "not equal to" criteria within a conditional statement.
-
25Fixing Errors with IFERRORVideo lesson
In this lesson we'll use Excel's IFERROR statement to test whether or not a given formula yields an error, and evaluate a custom result if true.
-
26Common IS StatementsVideo lesson
In this lesson we'll review many of Excel's most common IS statements used within conditional formulas, including ISBLANK, ISNUMBER, ISTEXT, ISLOGICAL, and more.
-
27Excel Logical OperatorsQuiz
-
28HOMEWORK: Logical OperatorsText lesson
-
29IntroductionVideo lesson
-
30Basic Excel Statistical FunctionsVideo lesson
In this lesson we'll quickly review many of Excel's basic statistical functions for simple mathematical calulations, including COUNT, MEDIAN, MODE, PERCENTILE, STDEV, VAR, and more.
-
31Extracting Values with SMALL/LARGE & RANK/PERCENTRANKVideo lesson
In this lesson we'll practice using Excel's SMALL and LARGE functions to retrieve the smallest or largest values from a range, and use RANK and PERCENTRANK to calculate where a given value falls compared to the maximium and minimum values.
-
32Randomization with RAND() & RANDBETWEENVideo lesson
In this lesson we'll practice using Excel's randomization tools (including RAND() and RANDBETWEEN) to generate a range of random values under given constraints.
-
33Row-Level Calculation with SUMPRODUCTVideo lesson
In this lesson we'll introduce the SUMPRODUCT function in Excel, which applies row-level calculations to a table or range and returns the sum of each result.
-
34DEMO: Calculating Shipping Costs with SUMPRODUCTVideo lesson
In this lesson we'll practice applying Excel's SUMPRODUCT function to a real-world use case, by calculating the total shipping cost based on the cost/unit and volume of units shipped from each factory to distribution center.
-
35Conditional Aggregation with COUNTIFS, SUMIFS & AVERAGEIFSVideo lesson
In this lesson we'll review some of the most powerful and practical functions in Excel: conditional stats functions. In this demo, we'll discuss some of the most common options, including SUMIFS, COUNTIFS, and AVERAGEIFS.
-
36DEMO: Building a Basic Dashboard with COUNTIFS & SUMIFSVideo lesson
In this demo we'll practice using conditional stats functions like SUMIFS and COUNTIFS to build a basic, dynamic dashboard in Excel using sample data from Major League Baseball teams.
-
37DEMO: Counting Duplicates with COUNTIF & SUMPRODUCTVideo lesson
In this advanced-level demo, we'll practice nesting COUNTIF with SUMPRODUCT functions to calculate the number of matching items between two lists in Excel.
-
38PRO TIP: Data Profiling with COUNT & SUMPRODUCTVideo lesson
In this demo we'll calculate common data profiling metrics (row count, distinct count, errors, and blanks), using COUNT, COUNTIF, and SUMPRODUCT functions.
-
39Excel Stats FunctionsQuiz
-
40HOMEWORK: Common Stats FunctionsText lesson
-
41IntroductionVideo lesson
-
42Working with Named RangesVideo lesson
In this lesson we'll discuss how to use named ranges to simplify your Excel formulas and generate more intuitive and user-friendly cell references.
-
43Counting Rows & Columns with ROW/ROWS & COLUMN/COLUMNSVideo lesson
In this lesson we'll introduce Excel's ROW, ROWS, COLUMN and COLUMNS functions, which can be used to define the height or width of a given range, or return the position (or coordinates) of a given cell.
-
44Introduction to VLOOKUP/HLOOKUPVideo lesson
In this lesson we'll introduce some of Excel's most powerful functions: VLOOKUP and HLOOKUP. We'll discuss when and why they are used, compare the differences, and lay out some rules for working with them effectively.
-
45Joining Data with VLOOKUPVideo lesson
In this lesson we'll practice applying a VLOOKUP function to a practice data set, in order to retrieve values from one Excel worksheet and pull them into another.
-
46Fixing Errors with IFERROR & VLOOKUPVideo lesson
In this lesson we'll practice wrapping our VLOOKUP functions in an IFERROR statement in order to return a custom value in cases where our lookup value cannot be located in our table array.
-
47VLOOKUP Reference Array OptionsVideo lesson
In this lesson we'll compare several different options for the table_array argument of a VLOOKUP function, including fixed cell references, column-only references, and named ranges.
-
48Approximate Match LookupsVideo lesson
In this lesson we'll practice writing a VLOOKUP function using an approximate match argument, in order to match values to predefined ranges (or "buckets"), rather than searching for exact matches.
-
49Navigating Cell Ranges with INDEXVideo lesson
In this lesson we'll use Excel's INDEX function to navigate to specific rows and columns within a given range.
-
50Matching Text & Values with MATCHVideo lesson
In this lesson we'll practice using Excel's MATCH function to return the position of a given value or text string within a range of cells.
-
51Combining INDEX & MATCH to Dynamically Search RangesVideo lesson
In this lesson we'll combine Excel's INDEX and MATCH functions to dynamically retrieve values from within a two-dimensional range of cells. To demonstrate, we'll build a simple price checker to retrieve a value from an array of prices based on a selected product and size.
-
52Combining MATCH & VLOOKUP for More Flexible LookupsVideo lesson
In this lesson we'll practice nesting a MATCH function within a VLOOKUP, in order to create a more dynamic column index argument and help automate manual formula updates in Excel.
-
53TROUBLESHOOTING: VLOOKUP with Duplicate KeysVideo lesson
In this lesson we'll address cases where you have a many-to-many relationship between your VLOOKUP lookup value and table array. We'll walk through several solutions to the problem, including changing the granularity of your data or using conditional stats functions like SUMIFS to aggregate values across multiple rows.
-
54SNEAK PEEK: XLOOKUP (Office 365 Only)Video lesson
In this video we'll introduce one of Excel's newest, most powerful functions: XLOOKUP (currently only available for Office 365 subscribers). We'll review the formula syntax and arguments, and provide a side-by-side comparison against classic VLOOKUP formulas.
-
55DEMO: Building Dashboards with XLOOKUP (Office 365 Only)Video lesson
In this video we'll use XLOOKUP functions build a custom, interactive country scorecard using World Bank data from 2018.
-
56Selecting List Items with CHOOSEVideo lesson
In this demo we'll explore one of Excel's lesser-known lookup functions: CHOOSE. We'll break down the CHOOSE syntax, explore some of the features that make it unique, and use it
-
57Defining Ranges with OFFSETVideo lesson
In this lesson we'll introduce Excel's powerful OFFSET function, which can be used to create two-dimensional cell ranges with a given height and width.
-
58Combining OFFSET with COUNTA to Create a Flexible RangeVideo lesson
In this demo we'll practice combining the Excel OFFSET function with COUNTA, in order to manage lists of values that can grow or shrink in size.
-
59PRO TIP: Using OFFSET to Create Interactive ChartsVideo lesson
In this advanced-level demo, we'll practice using OFFSET and COUNTA to create dynamic named ranges, and use them to drive a combo chart that users can scroll and zoom using interactive form controls.
-
60Excel Lookup & Reference FunctionsQuiz
-
61HOMEWORK: Lookup & Reference FunctionsText lesson
-
62IntroductionVideo lesson
-
63Capitalization with UPPER, LOWER, PROPER & TRIMVideo lesson
In this lesson we'll introduce Excel's basic capitalization functions, including UPPER, LOWER and PROPER, and discuss why the TRIM function can be so valuable in cases where you may have invisible leading or trailing spaces in your text.
-
64Combining Text with CONCATENATE (&)Video lesson
In this lesson we'll introduce the CONCATENATE (&) function, and practice using it to combine text fields in Excel.
-
65Extracting Strings with LEFT, MID, RIGHT & LENVideo lesson
In this lesson we'll practice using LEFT, MID and RIGHT function to extract characters from text strings in Excel, and use the LEN function to calculate the number of characters in a given string.
-
66Converting Text to Values with TEXT & VALUEVideo lesson
In this lesson we'll explore Excel's TEXT and VALUE functions, used for converting text to values or values to text.
-
67Searching Text String with SEARCH & FINDVideo lesson
In this lesson we'll introduce the SEARCH and FIND functions, which can be used to identify the position of a given character (or group of characters) within a larger string.
-
68Categorizing Data with IF(ISNUMBER(SEARCH))Video lesson
In this lesson we'll practice using a powerful combination of Excel functions to categorize records in our data based on the presence of specific text: IF, ISNUMBER, and SEARCH.
-
69Combining RIGHT, LEN, and SEARCHVideo lesson
In this lesson we'll practice returning a variable number of characters from the right side of a text string in Excel using a combination of RIGHT, LEN and SEARCH functions.
-
70Replacing Text with SUBSTITUTEVideo lesson
In this lesson we'll explore the SUBSTITUTE function, and use it to replace characters within text strings in Excel.
-
71Excel Text FunctionsQuiz
-
72HOMEWORK: Text FunctionsText lesson
-
73IntroductionVideo lesson
-
74Understanding Excel Date Syntax with DATEVALUEVideo lesson
In this lesson we'll introduce the all-important date value, which is the underlying value that allows Excel to interpret dates and enable meaningful date & time functions. This is a critical concept to understand for anyone working with dates or times in Excel!
-
75Formatting Dates & Filling Date SeriesVideo lesson
In this lesson we'll explore date formats in Excel, and practice using Excel's fill series options to automatically generate lists of dates based on different levels of granularity (daily, monthly, yearly, etc).
-
76Creating Real-Time Functions with TODAY & NOWVideo lesson
In this lesson we'll introduce Excel's two volatile date/time functions, TODAY and NOW, which can be used to track the current date or time within a worksheet cell.
-
77Extracting Time Periods with YEAR, MONTH, DAY, HOUR, MINUTE & SECONDVideo lesson
In this lesson we'll use basic functions like YEAR, MONTH, DAY, HOUR, MINUTE and SECOND to extract various time periods from a date or time field in Excel.
-
78Calculating the Month Start or End with EOMONTHVideo lesson
In this lesson we'll practice using Excel's EOMONTH function to calculate the month start or month end date.
-
79Calculating % of Year with YEARFRACVideo lesson
In this lesson we'll explore Excel's YEARFRAC function, and use it to calculate the percentage progress through the year, based on a given date.
-
80Defining Time Periods with WEEKDAY, WORKDAY & NETWORKDAYSVideo lesson
In this lesson we'll practice using WEEKDAY functions to return the day of the week as an index number, and explore the use of WORKDAYS and NETWORKDAYS functions to evaluate the length of given time periods with weekends and holidays excluded.
-
81Calculating Differences Between Dates with DATEDIF (Legacy Function)Video lesson
In this lesson we'll work with DATEDIF (one of Excel's legacy functions) to calculate the number of days, months, or years between two given dates.
-
82DEMO: Building a Simple Budget Pacing ToolVideo lesson
In this demo we'll practice combining date and time functions like TODAY, EOMONTH and YEARFRAC to create a simple budget tracking tool in Excel.
-
83Excel Date & Time FunctionsQuiz
-
84HOMEWORK: Date & Time FunctionsText lesson
External Links May Contain Affiliate Links read more