I was trying to use the MOD function to get the portion of a number to the right of the decimal point.
=MOD(M32,INT(M32))
However when M32 is zero I get an error message #DIV/0
In most cases the number in M32 will be in the format XX.XXXXX.
What function can I use to avoid this error message?