G
gardenhead
Hello,
Locating the match is easy enough but I'm not sure how to return the
cell next to it.
A B C D
1 pig duck quack
2 horse pig oink
3 cow horse neigh
4 duck cow moo
What I want is to search column C for the variables in column A - if
there's a match I want it to return the value in the D column from the
same row of the cell that matched. This would make B1 "oink", B2
"neigh", B3 "moo", etc. (need to be able to fill down).
Thanks in advance...
Locating the match is easy enough but I'm not sure how to return the
cell next to it.
A B C D
1 pig duck quack
2 horse pig oink
3 cow horse neigh
4 duck cow moo
What I want is to search column C for the variables in column A - if
there's a match I want it to return the value in the D column from the
same row of the cell that matched. This would make B1 "oink", B2
"neigh", B3 "moo", etc. (need to be able to fill down).
Thanks in advance...