I want to get the sum of a string using the ASCII value. I tried this
but of course I get the #VALUE! error. So for example the word Black will get a sum of 477. The ASCII values of each letter are 66 108 97 99 107 and when summed I get the 477.
Code:
=SUM(MID(A1,1,LEN(A1)))