I am trying to calculate the check sum character for a set of data. I found the following formula that seems to work for most characters/values, but it does not work for % (42). Any suggestions?
=MID("0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-. $/+%",
MOD(SUMPRODUCT(SEARCH(MID(A1,ROW($1:$99),1),
"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-. $/+%") )-98,43),1)
Bookmarks