> 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