How to get exact match with LOOKUP function?

P

Pete_UK

You can usually use VLOOKUP or HLOOKUP (or even MATCH with INDEX), and
these have an optional 4th parameter (3rd for MATCH) which if set to 0
or FALSE indicate that you want an exact match.

Hope this helps.

Pete
 
Top