Im not sure whether to be using a VLookup or a countif or something else for the following
Sheet 1 has a Sender ID in Column B
This ID corresponds to a certain sender
Sheet 2 has a list of these Senders
Column A on sheet 2 has the Sender ID's
Column B has the Sender Names that correspond to the individual ID's
I need to do the following.
In column C on sheet 1 i need to return the Sender Name that corresponds to the Sender ID in Column B
Sheet1
B C
SenderID Sender Name
CL-MC-0012-07
CL-MC-0012-07
DHA-F-0000302
Sheet 2
A B
Sender ID Sender Name
CL-MC-0012-07 Sender 1
CL-MC-0012-07 Sender 2
DHA-F-0000302 Sender 3
Thanks in advance
Bookmarks