Formula to return the alphabet letter based on the number

Input: 1, Output: a.
Input: 20, Output: t
Input: 27: Output aa

etc.

Useful when using version coding.

its nicer to see 1a and 1b rather then 1-1 and 1-2.

Can be done manually, but results in big formula.

1 Like

Really need to use a script for that :worried: