Dear Smartest Excelers In The World,
In cell A1 I have the letter C
In cell A1 I have the letter A
In cell A1 I have the letter T
In the range E1:E26 I have the letters A to Z
In the range F1:F26 I have some numbers from 1 to 9 that are associated with each letter. For example, the number 5 is associated with C, the number 9 is associated with A, and the number 3 is associated with T.
I have used this formula to go from C-A-T in cells A1, A2, and A3 to the number 593 (I used the key strokes Ctrl + Shift + Enter to enter formula):
=MCONCAT(LOOKUP(A1:A3,E1:E26,F1:F26))+0
Is there a better way to do this (better = shorter formula)?
In cell A1 I have the letter C
In cell A1 I have the letter A
In cell A1 I have the letter T
In the range E1:E26 I have the letters A to Z
In the range F1:F26 I have some numbers from 1 to 9 that are associated with each letter. For example, the number 5 is associated with C, the number 9 is associated with A, and the number 3 is associated with T.
I have used this formula to go from C-A-T in cells A1, A2, and A3 to the number 593 (I used the key strokes Ctrl + Shift + Enter to enter formula):
=MCONCAT(LOOKUP(A1:A3,E1:E26,F1:F26))+0
Is there a better way to do this (better = shorter formula)?