I've hunted for some help in the forum, but I cannot find what I'm looking for or get it to work in Excel 2013. I think some of the threads on Index and Match are the way I should go, but I cannot get it to work.
Basically I have a value on sheet1, and I want to find the first occurrence of it on sheet2 from a range of columns and return a value from a different column within the same row.
For example let's say I'm looking for AAA from sheet1 and columns A:D in sheet 2 looks like this:
AAA BBB CCC 1
DDD AAA EEE 2
FFF GGG HHH 3
AAA JJJ KKK 4
LLL EEE MMM 5
I would expect to get back the value of '1' from column D as first occurence of AAA was found in row 1. If I was looking for KKK, I would expect to get back '4' as KKK was found in row 4.
Any help would be greatly appreciated.
Basically I have a value on sheet1, and I want to find the first occurrence of it on sheet2 from a range of columns and return a value from a different column within the same row.
For example let's say I'm looking for AAA from sheet1 and columns A:D in sheet 2 looks like this:
AAA BBB CCC 1
DDD AAA EEE 2
FFF GGG HHH 3
AAA JJJ KKK 4
LLL EEE MMM 5
I would expect to get back the value of '1' from column D as first occurence of AAA was found in row 1. If I was looking for KKK, I would expect to get back '4' as KKK was found in row 4.
Any help would be greatly appreciated.