I have a list of codes, each one of which identifies an institutional address, thus:
'A' is in the first column and that tells me that the person whose name is in the second column has an address of '6MON' and so forth. So my first worksheet (Names) contains two columns, one of address codes and one of names.
I have a second, code conversion table (worksheet) with one column of 80 single characters and a second column with 80 addresses. These 80 characters include both upper and lower case characters, as well as typewriter punctuation characters.
So I want to use some kind of lookup function in Excel to look at the address code, look up its corresponding address in the code conversion table, and return the address for the name in the list.
Which is the best procedure, avoiding the upper/lower case, etc., issues?
'A' is in the first column and that tells me that the person whose name is in the second column has an address of '6MON' and so forth. So my first worksheet (Names) contains two columns, one of address codes and one of names.
I have a second, code conversion table (worksheet) with one column of 80 single characters and a second column with 80 addresses. These 80 characters include both upper and lower case characters, as well as typewriter punctuation characters.
So I want to use some kind of lookup function in Excel to look at the address code, look up its corresponding address in the code conversion table, and return the address for the name in the list.
Which is the best procedure, avoiding the upper/lower case, etc., issues?