MikeLanglois
New Member
Good day all,
I am trying to use Index and match to achieve a kind of reverse v look up. What I need is to pull out what information is in column A on sheet 1, if what is on sheet 2 column C is found. So it looks through Sheet 1 Column C to find what is in Sheet 2 C1, then makes Sheet 2 A1 match what Sheet 1 Column A. For example:
Sheet 1
[pre]
[/pre]
I want to find out what A1 is, so I put Ad in Sheet 2 C1, and Sheet 2 A1 would become Car.
Does that make sense?
Many thanks,
Mike
I am trying to use Index and match to achieve a kind of reverse v look up. What I need is to pull out what information is in column A on sheet 1, if what is on sheet 2 column C is found. So it looks through Sheet 1 Column C to find what is in Sheet 2 C1, then makes Sheet 2 A1 match what Sheet 1 Column A. For example:
Sheet 1
[pre]
Code:
A B C
Car 10/06/2013 Ad
Dog 10/06/2013 Ad
Cat 10/06/2013 MS
I want to find out what A1 is, so I put Ad in Sheet 2 C1, and Sheet 2 A1 would become Car.
Does that make sense?
Many thanks,
Mike