Uiua # Experimental!
, score 20, 85 73 5656 51 bytes
reduceaddnotmemjoionnegaaddstringifyA ranfloaddpipowpi efirunwhememdipabsaddranceipowetaaddtauetastringifyA
Requires an # Experimental!
comment at the beginning.Try it here!
Formats to /+¬∈⊂⟜¯+stringifyA ⇡⌊+πⁿπ e⊢°⊚∈⊙⌵+⇡⌈ⁿη+τηstringifyA
.
Explanation
/+¬∈⊂⟜¯+stringifyA ⇡⌊+πⁿπ e
⌊+πⁿπ e pushes 26
⇡ gets all whole numbers less than 26
stringifyA pushes "A"
+ shifts "A" by each of [0 1 2 3 ... 25], resulting in the uppercase alphabet
⊂⟜¯ joins the array with itself lowercase
¬∈ checks for each element in the original string whether it's NOT in that array
/+ get the sum of the elements