I have a string “D”, that I want to convert into the integer 4.
(Additional information from OP)
D should convert into a decimal value . I want it to be “4”.
for D = “4” ; E = “5”; and so on…
It may have the combination . If AA comes ,the value should be 27 and ll increase consequetively.
It looks like this is what you want (based on your question and comments):
Now for
"D"it will give4, for"AA"it will give1+26 = 27and so on…