I have come across many solutions on how to effectively convert a letter into its corresponding number......, but I am having a hard time figuring how to do the opposite. Attached is a simple workflow where my intent is to identify the next letter in the alphabet. I have converted the letter into its corresponding number and then +1. Now I am not sure how to then convert that number back to its corresponding letter of the alphabet.
I also don't care about 'z' or 'Z' where the next corresponding letter is "a' or "A'. I have filtered those out and hard coded the value.
I'm hoping this is a simple request, but perhaps not a common one. Thanks in advance for anyone's help!