DetroitDavid
Board Regular
- Joined
- Jul 20, 2013
- Messages
- 211
Nubie here, trying to do something and it's not working, help is appreciated!
On my sheet, E1 is a header. E2 to Ex (end of data) will have a single digit number 1-12 which I need to convert to a corresponding letter of the alphabet, A-L (1=A, 2=B, 3=C and so on).
So if a 6 (currently formatted General) is shown in E2 (no extra spaces), I'm trying to populate it and all the cells of data in that column with the letter F.
I could also use fill down or replace, whatever works best, I'm just missing something in the loop, case statement or syntax.
TIA-DAH
On my sheet, E1 is a header. E2 to Ex (end of data) will have a single digit number 1-12 which I need to convert to a corresponding letter of the alphabet, A-L (1=A, 2=B, 3=C and so on).
So if a 6 (currently formatted General) is shown in E2 (no extra spaces), I'm trying to populate it and all the cells of data in that column with the letter F.
I could also use fill down or replace, whatever works best, I'm just missing something in the loop, case statement or syntax.
TIA-DAH
Last edited: