Hi,
I have a two long column of data that look like this:
B C
Alabama AL
Alaska AK
Arizona AZ
my goal is to find and replace the data in column A with the matching data in column C
A
AZ
AK
AL
Thanks
I have a two long column of data that look like this:
B C
Alabama AL
Alaska AK
Arizona AZ
my goal is to find and replace the data in column A with the matching data in column C
For example if I type Alabama in cell A4 it will change to AL and so on.
Is there a VBA macro to replace the data once entered in column A to make look like this?A
AZ
AK
AL
Thanks