Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default VLOOKUP Reading Wrong Record

VLOOKUP does not point to the correct row inconsistently. There is a
response difference when naming an array versus identifying the array
explicitly; there is a difference when shuffling the order of records; there
is even a difference when transposing just the lookup value!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 694
Default VLOOKUP Reading Wrong Record

HI
I don't see your layout but your formula VLOOKUP(A2,C2:F80,2,TRUE)
If range_lookup is TRUE, the values in the first column of table_array must
be placed in ascending order: 0, 1, 2, ..., A-Z, FALSE, TRUE; otherwise
VLOOKUP may not give the correct value. If range_lookup is FALSE,
table_array does not need to be sorted, and will give you the exact answer.
HTH
John

"Spock of Vulcan" <Spock of wrote in message
...
VLOOKUP does not point to the correct row inconsistently. There is a
response difference when naming an array versus identifying the array
explicitly; there is a difference when shuffling the order of records; there
is even a difference when transposing just the lookup value!


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default VLOOKUP Reading Wrong Record

Hi,

If its returning the wrong results its because its not being implimented
correctly, unfortunately, you aren't showing us you data. What you should do
is show us sample data, show us the formula you are using, tell us what
results you are getting and when you want.

Maybe your data needs to be sorted, maybe there is text and numeric data
mixed in the lookup column, maybe you have used the wrong 4th argument for
the formula. Maybe....

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"John" wrote:

HI
I don't see your layout but your formula VLOOKUP(A2,C2:F80,2,TRUE)
If range_lookup is TRUE, the values in the first column of table_array must
be placed in ascending order: 0, 1, 2, ..., A-Z, FALSE, TRUE; otherwise
VLOOKUP may not give the correct value. If range_lookup is FALSE,
table_array does not need to be sorted, and will give you the exact answer.
HTH
John

"Spock of Vulcan" <Spock of wrote in message
...
VLOOKUP does not point to the correct row inconsistently. There is a
response difference when naming an array versus identifying the array
explicitly; there is a difference when shuffling the order of records; there
is even a difference when transposing just the lookup value!



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
Searching specific record using VLOOKUP function. dev Excel Worksheet Functions 12 July 4th 08 11:51 PM
VLOOKUP gets wrong value Stee n Excel Discussion (Misc queries) 4 May 28th 08 02:27 PM
Vlookup - can't figure out what's wrong pm Excel Worksheet Functions 5 December 15th 06 08:02 PM
vlookup, what am I doing wrong? ufo_pilot Excel Discussion (Misc queries) 3 August 9th 05 05:36 PM
What wrong with VLOOKUP formula TARZAN Excel Worksheet Functions 2 January 31st 05 10:09 PM


All times are GMT +1. The time now is 08:56 AM.

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"