XLOOKUP XMATCH Slides
XLOOKUP XMATCH Slides
• Why: Lets you specify a “lookup array” and a “return array” and
search in any direction without specifying a column or row
number… and it lets you change many options
• XMATCH: Less of a big deal; it’s similar to MATCH, but it adds the
additional options for different match modes and search types
The Problem(s) with VLOOKUP
• PROBLEM #1: Can only move from left to right in a table of data,
and the item you’re looking up must be in the leftmost column
• = I3 * VLOOKUP(E3, Schools!$C$3:$E$17,
COLUMNS(Schools!$C$3:$D$17),FALSE)
• Example: List the sales dollar amounts for the first orders from
California Institute of Science, Banting University, and The Goblin
Reservation
• And: XLOOKUP also lets you search by multiple criteria, such as the
Promo Code and the Product Name here:
• Options: The “not found” condition, the match and search modes,
return entire ranges, and search by multiple criteria
• But: If someone is not using the 365 version, they won’t be able
to use this function at all, so don’t expect huge uptake