vlookup formula

nagu_flex

New Member
Joined
Jul 19, 2006
Messages
33
HI,

Hope you are all doing fine.

Normally we vlookup formula will work towards right , Is there anyway to put a formual towards left?

Thanks & Regds,
Nagarajan.
 
Yes, you can do that using Index/Match combination

If you tell us your criteria we can return a formula.
 
Upvote 0
Hi Nagarajan,

Left lookup is usually done using INDEX and MATCH. See example below:
Book1
ABCDE
1NormalVLOOKUPLeftlookup
2
3SydneyAustraliaAustraliaSydney
4TokyoJapanJapanTokyo
5CairoEgyptEgyptCairo
6DelhiIndiaIndiaDelhi
7
8
9TokyoJapanTokyoJapan
Sheet1


B9 is =VLOOKUP(A9,A3:B6,2,FALSE)

E9 is =INDEX(D3:D6,MATCH(D9,E3:E6,0))

Denis
 
Upvote 0

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top