Skip to main content

Stop Using These Outdated Excel Functions: Upgrade to Modern Alternatives

MyOnlineTrainingHubMay 13, 202511 min79,032 views
28 connections·40 entities in this video→

Replacing VLOOKUP and HLOOKUP with XLOOKUP

  • πŸ” VLOOKUP and HLOOKUP are limited, error-prone functions that break when table structures change.
  • πŸ’‘ XLOOKUP (Excel 2021/Microsoft 365) is a superior replacement, allowing lookups left or right, and includes a built-in 'not found' message.
  • βœ… XLOOKUP also handles returning multiple results and can replace HLOOKUP, offering greater flexibility.

Modern Text Joining with TEXTJOIN

  • πŸ”— CONCATENATE and CONCAT functions struggle with skipping blanks and easily inserting separators.
  • πŸš€ TEXTJOIN simplifies joining text by allowing a specified separator, automatically ignoring blanks, and creating lists of names.
  • ✨ This results in more professional output with less effort compared to older methods.

Enhanced Matching with XMATCH

  • 🎯 MATCH finds an item's position but only searches top to bottom.
  • πŸ”„ XMATCH offers more flexibility, defaulting to an exact match and allowing searches from bottom to top with a simple parameter.
  • πŸ“Š It is also fully compatible with dynamic arrays, providing advanced capabilities.

Robust Summarization with AGGREGATE

  • πŸ“Š SUBTOTAL is useful for summarizing visible rows but fails when encountering errors in the data.
  • πŸ› οΈ AGGREGATE is a more powerful alternative that can ignore errors and hidden rows, offering more functions like large, small, and percentile.
  • πŸ“ˆ It can intelligently handle messy data and perform complex calculations on visible, error-free data.

Simplified Text Extraction with TEXTAFTER and TEXTBEFORE

  • βœ‚οΈ Combining LEFT, MID, FIND, and LEN for text splitting is complex and error-prone.
  • ➑️ TEXTAFTER and TEXTBEFORE provide straightforward ways to extract text based on a delimiter, eliminating manual character position calculations.
  • 🧩 These functions are easier to build, troubleshoot, and read.

Dynamic References Without Volatility: SWITCH and XLOOKUP

  • πŸ”— INDIRECT creates dynamic references but is volatile, slows down workbooks, and breaks easily with sheet name changes.
  • πŸ’‘ SWITCH and XLOOKUP can achieve similar dynamic referencing results without volatility, offering better performance and reliability.
  • ⚠️ While INDIRECT has niche uses, modern alternatives are generally preferred for most dynamic referencing tasks.

Modern Dynamic Ranges with TRIMMED REFERENCED and Tables

  • πŸš€ OFFSET was used for dynamic ranges but is volatile and can cause performance issues.
  • 🌟 The new TRIMMED REFERENCED (likely a typo for TRIM or a related concept, but based on context, referring to a method for dynamic ranges) combined with XLOOKUP or Excel Tables offers a more efficient way to create dynamic ranges.
  • πŸ“„ These modern approaches automatically include new records without formula adjustments, unlike OFFSET.
Knowledge graph40 entities Β· 28 connections

How they connect

An interactive map of every person, idea, and reference from this conversation. Hover to trace connections, click to explore.

Hover Β· drag to explore
40 entities
Chapters5 moments

Key Moments

Transcript44 segments

Full Transcript

Topics15 themes

What’s Discussed

VLOOKUPHLOOKUPXLOOKUPCONCATENATETEXTJOINMATCHXMATCHSUBTOTALAGGREGATETEXTAFTERTEXTBEFOREINDIRECTSWITCHOFFSETExcel Functions
Smart Objects40 Β· 28 links
ConceptsΒ· 29
ProductsΒ· 11