Answered
I have a field on my form where I have to round a number up if there is any number in the tenths place at all.
Example: 60.1 -- Must be rounded to 61
It doesn't seem like any Round function I've tried will work because they will only round up if the number in the tenths place is 5 or greater. I need to round up if there is anything but a whole number.
Does anyone know how I could do this?
Any help you can give would be greatly appreciated.
George