The String Alphabet Position Sum takes a string and converts each character to an integer corresponding to its position in the alphabet and then sums those positions.
INSTRUCTIONS: Enter the following
(Str) String - enter a word or phrase
Sum of letters (Sum): The characters of the string are converted into integers and then added to create a total sum of the string
Example
Str = dog
(d, o, g) becomes (4, 15, 7)
Sum = 26
This equation, String Alphabet Position Sum, references 0 pages
Datasets
Equations and Data Items
This equation, String Alphabet Position Sum, is used in 0 pages