#1   Report Post  
Posted to microsoft.public.excel.misc
jim
 
Posts: n/a
Default VLOOKUP *Left* Value

Is there a way to lookup a value in a column and return the
corresponding value in the *left* column? I'm familiar with VLOOKUP,
but didn't know if there's an alternative to re-ordering all of my
data.

Thanks for any insight.

  #2   Report Post  
Posted to microsoft.public.excel.misc
Ardus Petus
 
Posts: n/a
Default VLOOKUP *Left* Value

Use INDEX/MATCH instead:
=INDEX(D1:D100,MATCH(A1,E1:100))

will search for A1 in E1:E100 and return corresonding value in column D

HTH
--
AP

"jim" a écrit dans le message de news:
...
Is there a way to lookup a value in a column and return the
corresponding value in the *left* column? I'm familiar with VLOOKUP,
but didn't know if there's an alternative to re-ordering all of my
data.

Thanks for any insight.



  #3   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default VLOOKUP *Left* Value

Hi

Have a look at using INDEX and MATCH together. I would suggest either Excel
Help or this newsgroup. Something like this format:
=INDEX(D12:D20,MATCH("f",E12:E20,0))

Andy.

"jim" wrote in message
ups.com...
Is there a way to lookup a value in a column and return the
corresponding value in the *left* column? I'm familiar with VLOOKUP,
but didn't know if there's an alternative to re-ordering all of my
data.

Thanks for any insight.



  #4   Report Post  
Posted to microsoft.public.excel.misc
jim
 
Posts: n/a
Default VLOOKUP *Left* Value

I'll give these a try. Thanks folks.


Jim


Andy wrote:
Hi

Have a look at using INDEX and MATCH together. I would suggest either Excel
Help or this newsgroup. Something like this format:
=INDEX(D12:D20,MATCH("f",E12:E20,0))

Andy.

"jim" wrote in message
ups.com...
Is there a way to lookup a value in a column and return the
corresponding value in the *left* column? I'm familiar with VLOOKUP,
but didn't know if there's an alternative to re-ordering all of my
data.

Thanks for any insight.


  #5   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default VLOOKUP *Left* Value

Where your regular VLOOKUP table is in H1:I5, and your new list to the left
is in G1:G5, then put this in B1 to lookup any value in A1

=INDEX(G:G,MATCH(VLOOKUP(A1,H:H,1,FALSE),H:I,0))

Vaya con Dios,
Chuck, CABGx3




"jim" wrote:

Is there a way to lookup a value in a column and return the
corresponding value in the *left* column? I'm familiar with VLOOKUP,
but didn't know if there's an alternative to re-ordering all of my
data.

Thanks for any insight.


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
VLOOKUP Problem Ian Excel Discussion (Misc queries) 3 April 6th 06 06:47 PM
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
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 08:33 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"