August 12, 2005 at 8:43 am
August 12, 2005 at 8:52 am
Try this:
ROUND(478.0/15, 0)
Your example is performing integer division, whereas you want to perform float division and then round.
August 12, 2005 at 9:35 am
Got it, makes sense. Thank you!
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply