I'm trying to extract only the digits following a decimal place. The number of digits after the decimal place is variable up to 5
i.e. 1.2035 or 83.345 etc
I'm able to do it with the mid function but when the last digit after the decimal place is a zero it omits the zero. I need that zero.
i.e. 1.2030 returns 203 (I need 2030) or 1.0230 returns 023 etc.
Can anyone suggest a solution?
Thanks
Jaz
i.e. 1.2035 or 83.345 etc
I'm able to do it with the mid function but when the last digit after the decimal place is a zero it omits the zero. I need that zero.
i.e. 1.2030 returns 203 (I need 2030) or 1.0230 returns 023 etc.
Can anyone suggest a solution?
Thanks
Jaz