Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Programming / April 2008

Tip: Looking for answers? Try searching our database.

HOW TO VLOOKUP BACKWORDS

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
K - 11 Apr 2008 09:12 GMT
200702      146188         C33                      C33
200703      146306         D55                      S45
200704      146392         S45
200705      146504         TT5
200706      146614         GG3
200707      146709         VXT
200708      146834         ZSD
200709      146911         SDF
200709      146910         ERW
200710      147093         SE8
200710      147095         SSS
200710      147013         KLO
200711      147096         GST

I want vlookup or similar formula in column "F" which should lookup
value of column "E" in columns "A , B & C" and bring value from column
"A".  I know that normaly vlookup formula always bring value from the
next column but I want vlookup formula which should bring value from
back or privous column from the match value column
I want something "=VLOOKUP(E2,A2:C13,-2,0)" . If you notice in my
formula I put "-2" instead of "2". I know it not work like this but I
need some formula to work like this. I hope you understand what I am
trying to say. Please if anybody know this sort of formula. Thanks
K - 11 Apr 2008 09:18 GMT
> 200702      146188         C33                      C33
> 200703      146306         D55                      S45
[quoted text clipped - 19 lines]
> need some formula to work like this. I hope you understand what I am
> trying to say. Please if anybody know this sort of formula. Thanks

sorry I forgot to mention columns on top of data (please see data
below)

     A                 B               C           D
E                F -----------Columns
200702      146188         C33                      C33
200703      146306         D55                      S45
200704      146392         S45
200705      146504         TT5
200706      146614         GG3
200707      146709         VXT
200708      146834         ZSD
200709      146911         SDF
200709      146910         ERW
200710      147093         SE8
200710      147095         SSS
200710      147013         KLO
200711      147096         GST
Mike H - 11 Apr 2008 09:54 GMT
Hi,

Use index(match for a left lookup

=INDEX(A2:A14,MATCH(E2,C2:C14))

You index A2 to A14 i.e. the column to return the value from then
you match a value E2 in C2:C14 and the value indexed in Column A is returned.

Mike

> > 200702      146188         C33                      C33
> > 200703      146306         D55                      S45
[quoted text clipped - 38 lines]
> 200710      147013         KLO
> 200711      147096         GST
K - 11 Apr 2008 10:11 GMT
> Hi,
>
[quoted text clipped - 51 lines]
>
> - Show quoted text -

Thanks Mike
ryguy7272 - 11 Apr 2008 17:38 GMT
This is a good resource for your future needs:
http://www.contextures.com/xlFunctions03.html
http://www.contextures.com/xlFunctions02.html

See this too:
http://www.mrexcel.com/tip021.shtml

Regards,
Ryan---

Signature

RyGuy

> > Hi,
> >
[quoted text clipped - 53 lines]
>
> Thanks Mike
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.