Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all articles
Browse latest Browse all 9782

Sum number values associated with letter values [closed]

$
0
0

In Google Sheets, I have a system of scoring that uses letters paired with numerical values.

lettersvalues
A26
B25
C24
D23
E22
F21

In my data, I have columns that are populated with letters and for the letters in each row I want to SUM their associated values.

Cat.1Cat.2Cat.3Cat.4SUM
AFFB93
BEAA99
CDDE92

In the table above the first SUM returns 93 because SUM(A,F,F,B) is equivalent to SUM(26,21,21,25)=93

I have tried to find an answer online, but I'm having a hard time finding one that is specific to my problem.

Please note that I have very basic knowledge of Google Sheets/Excel, so I would like to keep it as simple as possible.


Viewing all articles
Browse latest Browse all 9782

Trending Articles