Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Andrew
 
Posts: n/a
Default VLOOKUP Error with "TRUE"

Using VLOOKUP with the TRUE parameter on two sorted lists, Excel consistently
returns the value from the previous row if there is NOT an exact match. For
example (the lookup range):

Aberson Cats
Acosta Apples
Adair Apples
Adkins Cats

The results:

Aberson Cats
Acostan Cats
Adair Apples
Adkens Apples

As you see, the two inexact matches (Acostan and Adkens) returned values
from the lookup cell in the immediately preceding row rather than the value
in the row with the similar name. VLOOKUP clearly is successfully doing the
fuzzy match. It just won't return the right value. I've seen this before as
well. Any suggestions?
Thanks.


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete
 
Posts: n/a
Default VLOOKUP Error with "TRUE"

This is how VLOOKUP works - if you want to get an exact match you
should set the fourth argument to FALSE or 0, whether or not the lookup
table is sorted.

Hope this helps.

Pete

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Andrew
 
Posts: n/a
Default VLOOKUP Error with "TRUE"

Thanks for your response but I do not want an exact match. I want a fuzzy
match.

Excel is making a correct fuzzy match on row 2, but pulling the
corresponding value from row 1. This can't be what's intended.
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Andrew
 
Posts: n/a
Default VLOOKUP Error with "TRUE"

Ah. I think I see what you mean now. It doesn't make a fuzzy match at all.
It simply takes the next lowest value. Yes?
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using single cell reference as table array argument in Vlookup CornNiblet Excel Worksheet Functions 3 September 22nd 05 09:15 AM
VLOOKUP Limitations chris_manning Excel Worksheet Functions 2 August 9th 05 06:23 PM
Have Vlookup return a Value of 0 instead of #N/A Mr Mike Excel Worksheet Functions 4 May 25th 05 04:51 PM
vlookup data hidden within worksheet Excel Worksheet Functions 0 January 26th 05 12:09 PM
Vlookup info being used without vlookup table attached? Excel Worksheet Functions 0 January 25th 05 10:43 AM


All times are GMT +1. The time now is 11:06 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"