MENU
Donate
=TOPIC

7 subtopics in this path

Formulas & Functions

Operators, references, lookup formulas, logical tests, text cleanup, date math, error handling, and modern dynamic array patterns.

=SUBTOPICS

What to learn inside Formulas & Functions

Each item pairs the learning structure with curated public YouTube resources where available, so learners can move from outline to video practice quickly.

01Beginner

Formula syntax and operators

Learn how formulas are structured, how order of operations works, and how to read nested formulas.

SUM()AVERAGE()
YOUTUBE
02Beginner

Relative, absolute, and mixed references

Use A1, $A$1, A$1, and $A1 correctly when copying formulas across rows and columns.

QUICK NOTES
  • Press F4 while a reference is selected in the formula bar to cycle through A1, $A$1, A$1, and $A1 without retyping the $ signs.
  • $ locks whatever it's directly in front of -- $A1 locks the column, A$1 locks the row, $A$1 locks both.
  • Before copying a formula across a range, drag-fill one row/column first and check the result matches expectations -- a missing $ usually shows up immediately as a wrong number.
03Intermediate

Lookup formulas

Find matching values across tables using modern and classic lookup functions.

XLOOKUP()VLOOKUP()INDEX()MATCH()
YOUTUBE
video / Intermediate

Excel VLOOKUP: Basics of VLOOKUP and HLOOKUP explained with examples

Leila Gharani

Open on YouTube (opens in a new tab)
Leila Gharani

Loading preview…

04Intermediate

Conditional logic

Create formulas that branch, test multiple conditions, and handle fallback cases cleanly.

IF()IFS()AND()OR()IFERROR()
YOUTUBE
05Intermediate

Text formulas

Clean, split, join, and extract text values from messy spreadsheet fields.

LEFT()RIGHT()MID()TRIM()TEXTJOIN()
QUICK NOTES
  • TEXTJOIN(delimiter, ignore_empty, range) skips blank cells automatically -- plain concatenation with & doesn't.
  • LEFT/RIGHT/MID need a fixed length unless paired with FIND or SEARCH to locate a delimiter dynamically (e.g. LEFT(A1, FIND(" ", A1)-1) for the first word).
  • TRIM only removes extra regular spaces -- text pasted from the web often has a non-breaking space (CHAR(160)) that TRIM won't touch; SUBSTITUTE it out first.
06Intermediate

Date and time formulas

Calculate deadlines, ages, tenure, month ends, workdays, and date differences.

DATE()DATEDIF()TODAY()
QUICK NOTES
  • Dates are stored as serial numbers (days since Jan 1, 1900), which is why you can subtract one date from another directly to get a day count.
  • DATEDIF(start, end, "y"/"m"/"d") is undocumented in Excel's own function list but works reliably for age/tenure calculations.
  • NETWORKDAYS and WORKDAY count or add business days, excluding weekends (and optional holidays) -- don't hand-roll that logic with plain subtraction.
07Advanced

Dynamic array formulas

Use spill ranges and modern formulas to filter, sort, unique, and transform lists.

YOUTUBE
=PREVIEW

Excel in action: Formulas & Functions

Real Excel screenshots showing what this topic looks like in practice.

SUM, AVERAGE, COUNT, MIN, and MAX formulas in action
Absolute and relative cell references in a formula
Order of operations in an Excel formula
=VIDEOS

YouTube resources for Formulas & Functions

playlist / Beginner

Excel Introduction - Learn Excel Basics

Leila Gharani

Structured beginner playlist with practical formula lessons, lookup coverage, and data-entry context.

Open on YouTube (opens in a new tab)
Leila Gharani

Loading preview…

video / Intermediate

Excel Formulas + Functions

Chandoo

Focused formulas lesson covering modern functions used in practical analysis workflows.

Open on YouTube (opens in a new tab)
Chandoo

Loading preview…

video / Mixed

Learn ALL the useful Excel concepts in 40 mins - Tables, Formulas, Pivots & Charts

Chandoo

Compact overview connecting formulas to tables, filtering, pivots, charts, and analysis habits.

Open on YouTube (opens in a new tab)
Chandoo

Loading preview…

video / Intermediate

XLOOKUP + 10 Tricks

Chandoo

Targeted XLOOKUP resource for learners moving beyond classic lookup patterns.

Open on YouTube (opens in a new tab)
Chandoo

Loading preview…

video / Intermediate

IF formula and 5 Advanced Tips

Chandoo

Strong single-topic lesson for conditional logic, one of the highest-frequency formula skills.

Open on YouTube (opens in a new tab)
Chandoo

Loading preview…

video / Advanced

Dynamic Array Formulas - Masterclass

Chandoo

Deeper modern Excel resource for spill ranges and dynamic-array thinking.

Open on YouTube (opens in a new tab)
Chandoo

Loading preview…

video / Intermediate

Excel VLOOKUP: Basics of VLOOKUP and HLOOKUP explained with examples

Leila Gharani

Clear lookup fundamentals video with practical examples and common VLOOKUP limitations.

Open on YouTube (opens in a new tab)
Leila Gharani

Loading preview…

video / Beginner

Basic Excel Formulas and Functions You NEED to KNOW!

Leila Gharani

Beginner-friendly formulas entry point from a widely trusted Excel instructor.

Open on YouTube (opens in a new tab)
Leila Gharani

Loading preview…

playlist / Advanced

Free Advanced Excel Course

ExcelIsFun

Long-form course playlist with practice-oriented formula, lookup, text/date, and validation lessons.

Open on YouTube (opens in a new tab)
ExcelIsFun

Loading preview…

video / Mixed

Excel Formulas and Functions | Full Course

Kevin Stratvert

Full-course formula path that moves from syntax into common functions, lookups, text formulas, and date logic.

Open on YouTube (opens in a new tab)
Kevin Stratvert

Loading preview…

video / Mixed

Excel Formulas and Functions - Tutorial for Beginners

Kevin Stratvert

Extracted from saved YouTube search results - titled "Formulas and Functions for Beginners", filed under Formulas & Functions.

Open on YouTube (opens in a new tab)
Kevin Stratvert

Loading preview…

video / Mixed

Excel Formulas and Functions Tutorial

Kevin Stratvert

Extracted from saved YouTube search results - titled "Formulas and Functions", filed under Formulas & Functions.

Open on YouTube (opens in a new tab)
Kevin Stratvert

Loading preview…