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?
✗ Incorrect
Setting the last argument to FALSE tells VLOOKUP to look for an exact match only.
When using approximate match in VLOOKUP, how should your data be arranged?
✗ Incorrect
Data must be sorted ascending for approximate match to work correctly.
What error does VLOOKUP return if an exact match is not found?
✗ Incorrect
VLOOKUP returns #N/A when it cannot find an exact match.
Which of these is true about approximate match in Excel lookup?
✗ Incorrect
Approximate match requires the lookup column to be sorted ascending.
If you want to find a price for an exact product code, which match type should you use?
✗ Incorrect
Exact match ensures you get the price for the exact product code.
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.