I have a very long and cumbersome formula that converts a word into a number value.
It takes each letter in the word and assigns a number value in its place (based on where that letter is in the alphabet).
eg: the word "Smith" would be replaced by "19139208" as 'S'is the 19th letter in the alphabet, 'M' is the 13th letter and so on etc etc.
I'd like to know if there is a much more user-friendly way to do this ?
It takes each letter in the word and assigns a number value in its place (based on where that letter is in the alphabet).
eg: the word "Smith" would be replaced by "19139208" as 'S'is the 19th letter in the alphabet, 'M' is the 13th letter and so on etc etc.
I'd like to know if there is a much more user-friendly way to do this ?