I want to get the amount of a number after the decimal place in order to round the number in increments of .25, .5, .75, or the next whole number.
For example the number is 5.13
it would produce 13 which I could check if < 25 and then round to 5.25 and so on for .5 .75 and the next whole number.
Thank you geniuses.