
For example, next to "146.5" would be "5", next to "146.33" would be "33", "152.75":"75" and so on. Right now I have
=--RIGHT(DJ11,FIND(".",DJ11)-3)
but I have to change the "3" at the end to "2" whenever there's 2 decimal numbers (.33) as opposed to 1 (.5)
Thanks for any help you can give me.