Q: VLOOKUP not working in Numbers 3.6.1
Hi,
First time in this forum, but I have had a thorough read through similar problems, but they have not helped me. I am sure I am just missing something simple here, but I am getting the red triangle when I am using the VLOOKUP function with 'Exact match' criteria in Numbers 3.6.1 OSX Yosimite 10.10.5. Even when using 'Close match', I am getting unexpected results. I have ensured that all columns are formatted as text, and even tried using formatted numbers in previous attempts. I just cannot fault find this! Can somebody please tell me what i am doing wrong?
MacBook Pro, OS X Yosemite (10.10.5)
Posted on Jan 1, 2016 1:54 PM
Hi TickHogan,
VLOOKUP() will search for your value in the leftmost column and return the value in the return column. So if columns A and B were reversed in your example all would be well.
I have taken to using INDEX MATCH for my lookup needs. It gives me better control and I believe it is (slightly) less resource intensive.
Depending on where you use MATCH() within the INDEX() formula you can use this for an HLOOKUP() also.
quinn
Posted on Jan 1, 2016 10:12 PM

