Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Reverse VLOOKUP | Excel Discussion (Misc queries) | |||
REVERSE VLOOKUP | Excel Discussion (Misc queries) | |||
Reverse VLOOKUP? | Excel Discussion (Misc queries) | |||
reverse VLOOKUP | Excel Discussion (Misc queries) | |||
reverse vlookup | Excel Worksheet Functions |