0
0
Excelspreadsheet~5 mins

XLOOKUP function in Excel - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What does the XLOOKUP function do in Excel?
XLOOKUP searches a range or array for a value and returns a matching value from another range or array. It helps find data quickly without sorting.
Click to reveal answer
beginner
What is the basic syntax of the XLOOKUP function?
XLOOKUP(lookup_value, lookup_array, return_array, [if_not_found], [match_mode], [search_mode])
Click to reveal answer
beginner
What does the [if_not_found] argument do in XLOOKUP?
It tells Excel what to show if the lookup value is not found. For example, you can show "Not found" instead of an error.
Click to reveal answer
intermediate
How does XLOOKUP differ from VLOOKUP?
XLOOKUP can look left or right, works with rows or columns, and does not require the lookup column to be sorted. VLOOKUP only looks right and needs sorted data for approximate matches.
Click to reveal answer
intermediate
What does the [match_mode] argument control in XLOOKUP?
It controls how Excel matches the lookup value: exact match, exact or next smaller, exact or next larger, or wildcard match.
Click to reveal answer
Which argument in XLOOKUP specifies where to find the value you want to return?
Alookup_value
Blookup_array
Cif_not_found
Dreturn_array
What will XLOOKUP return if the lookup value is not found and [if_not_found] is not set?
A0
BAn error (#N/A)
CEmpty cell
DThe lookup value itself
Which of these is NOT a valid match_mode option in XLOOKUP?
AApproximate match with sorting
BExact or next smaller item
CExact or next larger item
DExact match
Can XLOOKUP search from bottom to top?
AYes, using search_mode argument
BNo, it only searches top to bottom
COnly if data is sorted
DOnly with wildcards
Which function can replace both VLOOKUP and HLOOKUP?
AINDEX
BMATCH
CXLOOKUP
DLOOKUP
Explain how to use XLOOKUP to find a price for a product in a list.
Think about what you want to find and where to find it.
You got /4 concepts.
    Describe the advantages of XLOOKUP over VLOOKUP.
    Focus on flexibility and error handling.
    You got /4 concepts.