Hey,
Say I have a cell with the number 312 in it and I want to have in the cell next to it a formula which somehow converts 0 to A, 1 to B, 2 to C, etc. So the next cell would say DBC. Is this possible?
Thanks in advance
Hey,
Say I have a cell with the number 312 in it and I want to have in the cell next to it a formula which somehow converts 0 to A, 1 to B, 2 to C, etc. So the next cell would say DBC. Is this possible?
Thanks in advance
The following will work but (to my mind is rather cumbersome) but may suit if it just the range 1-9 that is in the input side.
You will need to extend it for your purposes.
Formula:
=SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(H2,"1","A"),"2","B"),"3","C")
click on the * Add Reputation if this was useful or entertaining.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks