Forum Discussion
a_heb2275
Oct 14, 2021Copper Contributor
Convert letters to different letters in a string
Hello, I was wondering if someone could help me and my achy brain? I am looking to have an input and output column, the input being normal letters a-z (A2 to A28), and the output being letters in...
- Oct 15, 2021
See the attached sample workbook. It uses a custom VBA function, so you'll have to allow macros.
HansVogelaar
Oct 15, 2021MVP
See the attached sample workbook. It uses a custom VBA function, so you'll have to allow macros.
- a_heb2275Oct 15, 2021Copper ContributorFantastic, thank you very much for your help.