Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Excel Lookup Problem.
Lets say I have a spreatsheet like this: 12_11 123 34_15 457 56_18 80 90_21 67 When I am using Vlookup("90_21", range, 2) I get an answer 80. Ofcourse, my actual spreadhseet is much bigger and different than the above. Any help why the lookup is looking at one row above the actual row it should be looking up. Please let me know if there is a way I can upload the spreadsheet so that I can let the Gurus troubleshoot more effectively. Thanks Mario |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Mario
Set the optional 4th argument to false (or zero): =Vlookup("90_21", range, 2,0) Richard mario wrote: Excel Lookup Problem. Lets say I have a spreatsheet like this: 12_11 123 34_15 457 56_18 80 90_21 67 When I am using Vlookup("90_21", range, 2) I get an answer 80. Ofcourse, my actual spreadhseet is much bigger and different than the above. Any help why the lookup is looking at one row above the actual row it should be looking up. Please let me know if there is a way I can upload the spreadsheet so that I can let the Gurus troubleshoot more effectively. Thanks Mario |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
one way
=INDEX(D:D,MATCH("90_21",C:C)-1) -- Don Guillett SalesAid Software "mario" wrote in message ... Excel Lookup Problem. Lets say I have a spreatsheet like this: 12_11 123 34_15 457 56_18 80 90_21 67 When I am using Vlookup("90_21", range, 2) I get an answer 80. Ofcourse, my actual spreadhseet is much bigger and different than the above. Any help why the lookup is looking at one row above the actual row it should be looking up. Please let me know if there is a way I can upload the spreadsheet so that I can let the Gurus troubleshoot more effectively. Thanks Mario |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Looks like 3 spaces at the end of all of the data, check e-mail
-- -John Northwest11 Please rate when your question is answered to help us and others know what is helpful. "Don Guillett" wrote: one way =INDEX(D:D,MATCH("90_21",C:C)-1) -- Don Guillett SalesAid Software "mario" wrote in message ... Excel Lookup Problem. Lets say I have a spreatsheet like this: 12_11 123 34_15 457 56_18 80 90_21 67 When I am using Vlookup("90_21", range, 2) I get an answer 80. Ofcourse, my actual spreadhseet is much bigger and different than the above. Any help why the lookup is looking at one row above the actual row it should be looking up. Please let me know if there is a way I can upload the spreadsheet so that I can let the Gurus troubleshoot more effectively. Thanks Mario |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
LOOKUP ( ) | Excel Worksheet Functions | |||
How do I get correct results when LOOKUP with calculated numbers | Excel Worksheet Functions | |||
Lookup function gives wrong values occasionally | Excel Discussion (Misc queries) | |||
Lookup function help | Excel Worksheet Functions | |||
Lookup Function help | Excel Discussion (Misc queries) |