I’m trying to create a system that generates simple codes from employees’ SSNs for internal use. The SSN is stored as numbers, e.g., 123-45-6789.
I want to create a new formula field that converts each number into a letter using a reverse alphabet mapping:Z = 1, Y = 2, X = 3 … A = 26
For example:
-
1 → Z -
2 → Y -
0 → J(or another letter of choice)
Is there a formula in Airtable that can do this conversion directly?
For reference, numberstoletters.com does similar conversions, but I want to implement it directly in Airtable.
