Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 32
Default Any Way to Use Vlookup in Reverse?

Is there any formula in Excel that works like "vlookup", but reads right to
left?

I know there are workarounds for this (namely, repeating columns), but I
encounter this more than I'd think and it would be nice to have a better
solution. Using Excel 2003.

Thanks!

Chris

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Any Way to Use Vlookup in Reverse?

Here's the general idea:

...........A..........B
1.......Joe........a
2.......Sue.......b
3......Tom......c
4......Liz........d

Lookup the name associated with b.

D1 = lookup value = b

=INDEX(A1:A4,MATCH(D1,B1:B4,0))

--
Biff
Microsoft Excel MVP


"opieandy" wrote in message
...
Is there any formula in Excel that works like "vlookup", but reads right
to
left?

I know there are workarounds for this (namely, repeating columns), but I
encounter this more than I'd think and it would be nice to have a better
solution. Using Excel 2003.

Thanks!

Chris



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 32
Default Any Way to Use Vlookup in Reverse?

Thanks, Biff!!!

"T. Valko" wrote:

Here's the general idea:

...........A..........B
1.......Joe........a
2.......Sue.......b
3......Tom......c
4......Liz........d

Lookup the name associated with b.

D1 = lookup value = b

=INDEX(A1:A4,MATCH(D1,B1:B4,0))

--
Biff
Microsoft Excel MVP


"opieandy" wrote in message
...
Is there any formula in Excel that works like "vlookup", but reads right
to
left?

I know there are workarounds for this (namely, repeating columns), but I
encounter this more than I'd think and it would be nice to have a better
solution. Using Excel 2003.

Thanks!

Chris




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Any Way to Use Vlookup in Reverse?

You're welcome!

--
Biff
Microsoft Excel MVP


"opieandy" wrote in message
...
Thanks, Biff!!!

"T. Valko" wrote:

Here's the general idea:

...........A..........B
1.......Joe........a
2.......Sue.......b
3......Tom......c
4......Liz........d

Lookup the name associated with b.

D1 = lookup value = b

=INDEX(A1:A4,MATCH(D1,B1:B4,0))

--
Biff
Microsoft Excel MVP


"opieandy" wrote in message
...
Is there any formula in Excel that works like "vlookup", but reads
right
to
left?

I know there are workarounds for this (namely, repeating columns), but
I
encounter this more than I'd think and it would be nice to have a
better
solution. Using Excel 2003.

Thanks!

Chris






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
Reverse VLOOKUP Golenboy Excel Discussion (Misc queries) 0 November 13th 08 01:30 PM
REVERSE VLOOKUP FARAZ QURESHI Excel Discussion (Misc queries) 3 July 26th 08 08:12 AM
Reverse VLOOKUP? [email protected] Excel Discussion (Misc queries) 1 April 14th 08 02:59 PM
reverse VLOOKUP Marcus Schöneborn Excel Discussion (Misc queries) 4 September 24th 07 06:08 PM
reverse vlookup John Excel Worksheet Functions 0 January 4th 06 09:14 PM


All times are GMT +1. The time now is 04:40 PM.

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

About Us

"It's about Microsoft Excel"