I have a cell which is has mixed numbers and letters(ex. AA12CC45WR) and they are random.
On another sheet, I have a table which has the equivalent for each letter like (cells A1, B1)
A=1
C=25
W=66
R=77
for the ABC letters until Z
The solution should be 11122525456677
How do I generate a function to replace all the letters with the defined numbers in the other sheet?
A1contain1or the stringA=1? – jonsca Dec 4 '11 at 7:19