G
Guest
how can I convert a column number into its corresponding aphabetic letter or letters? For example cell A1 contains the number 5, I want a formula in cell B1 that would give me the letter E. If I change A1 to 27, B1 would change to AA. I have used the CHOOSE function but it only goes up to AC (29 items). Thanks.