E
EDF2017
Hi,
Here is the challenge I'm having. I have 3 columns of data (A, B, C for
example) and what I need to do is search column B to see if there is a match
for a cell in column A and then display the corresponding data from column C.
Below is hopefully a clearer example:
A B C D
553 965 10
112 553 6
I need to see if there is an exact match for cell A1 (553) in column C.
Since C2 matchs, I need to display D2 beside A1. If there is no match I just
need the space to be left blank (so B2 would be left blank). I hope this
makes sense and somebody can help.
Here is the challenge I'm having. I have 3 columns of data (A, B, C for
example) and what I need to do is search column B to see if there is a match
for a cell in column A and then display the corresponding data from column C.
Below is hopefully a clearer example:
A B C D
553 965 10
112 553 6
I need to see if there is an exact match for cell A1 (553) in column C.
Since C2 matchs, I need to display D2 beside A1. If there is no match I just
need the space to be left blank (so B2 would be left blank). I hope this
makes sense and somebody can help.