0
0
Excelspreadsheet~5 mins

Approximate vs exact match in Excel - Quick Revision & Key Differences

Choose your learning style9 modes available
Recall & Review
beginner
What does an exact match mean in Excel lookup functions?
An exact match means Excel looks for a value that is exactly the same as the one you specify, with no differences allowed.
Click to reveal answer
beginner
What is an approximate match in Excel lookup functions?
An approximate match means Excel finds the closest value that is less than or equal to the lookup value, often used with sorted data.
Click to reveal answer
beginner
Which argument in the VLOOKUP function controls exact vs approximate match?
The fourth argument in VLOOKUP, called range_lookup, controls this. Use FALSE for exact match and TRUE (or omit) for approximate match.
Click to reveal answer
intermediate
Why must data be sorted when using approximate match in VLOOKUP?
Data must be sorted ascending so Excel can find the closest smaller value correctly; otherwise, results may be wrong.
Click to reveal answer
beginner
What happens if VLOOKUP with exact match does not find the value?
It returns the #N/A error, meaning the exact value was not found in the lookup range.
Click to reveal answer
In VLOOKUP, what does setting the last argument to FALSE do?
AReturns the first value in the range
BFinds an approximate match
CSorts the data automatically
DFinds an exact match
When using approximate match in VLOOKUP, how should your data be arranged?
ASorted ascending
BSorted descending
CIn any order
DGrouped by categories
What error does VLOOKUP return if an exact match is not found?
A#N/A
B#REF!
C#VALUE!
D#DIV/0!
Which of these is true about approximate match in Excel lookup?
AIt finds the closest larger value
BIt requires sorted data
CIt only works with text
DIt ignores the lookup value
If you want to find a price for an exact product code, which match type should you use?
AEither one works
BApproximate match
CExact match
DNo match needed
Explain the difference between approximate and exact match in Excel lookup functions.
Think about how VLOOKUP behaves with TRUE vs FALSE in the last argument.
You got /4 concepts.
    Describe when you would use approximate match instead of exact match in Excel.
    Consider situations like tax brackets or score ranges.
    You got /4 concepts.