Hello
I am trying to accomplish the following:
On active sheet "B", I would like to reference "$B2" and search for where this cell value is found on sheet "A" which will either be in column B or C and every time I would like the result in sheet "A" column D that corresponds the answer should display on sheet B column C. The match needs to be exact and there will be times where D result is blank. I can get it to work when the lookup area is only one column but two columns is stumping me. Sorry if this is confusing.
Sheet A
Sheet B
I am trying to accomplish the following:
On active sheet "B", I would like to reference "$B2" and search for where this cell value is found on sheet "A" which will either be in column B or C and every time I would like the result in sheet "A" column D that corresponds the answer should display on sheet B column C. The match needs to be exact and there will be times where D result is blank. I can get it to work when the lookup area is only one column but two columns is stumping me. Sorry if this is confusing.
Sheet A
Header | Header | Answer I am seeking | |
1 | 1-Y | dog | |
2 | 2-Y | dog | |
3 | 3-Y | cow | |
4-RB | 4-RB-Y | ||
5 | 5-Y | fish | |
6-RB | 6-RB-Y |
Sheet B
Column to pull reference | Results go here | |
1 | ||
3 | ||
4-RB | ||
6 | ||
1-Y | ||
4-RB-Y | ||
5-Y |