C
calummurdo
Hi There,
I'm trying to find a way to round a value up to the nearest half or
whole number. For example,
1.3333 would round to 1.5 or
2.6 would round to 3.0 or
3.0 would round to 3.0
I've looked at the normal rounding functions but don't see how this can
be acheived, MROUND looked promising but didn't seem to hit the nail on
the head. Do you have any ideas that can help?
Thanks very much,
CalumMurdo
I'm trying to find a way to round a value up to the nearest half or
whole number. For example,
1.3333 would round to 1.5 or
2.6 would round to 3.0 or
3.0 would round to 3.0
I've looked at the normal rounding functions but don't see how this can
be acheived, MROUND looked promising but didn't seem to hit the nail on
the head. Do you have any ideas that can help?
Thanks very much,
CalumMurdo