View Single Post
 
Old 09-01-2016, 05:16 AM
paulkaye paulkaye is offline Windows 7 64bit Office 2007
Advanced Beginner
 
Join Date: Nov 2011
Posts: 84
paulkaye is on a distinguished road
Default Custom rounding up

I regularly need to perform this manual rounding operation, and would love to find an automated solution:

If the decimal of the number is between .0 and .4, it's rounded up to the next integer. If the decimal of the number is between .5 and .9, it's rounded up to one integer larger than the next integer.

Examples:

1.3 → 2
4.5 → 6
8.9 → 10
11 → 12

A formula would be fine - I could just paste the formula in the adjacent column. Alternatively, I'd be happy to highlight the relevant cells and run a macro on them.

Thanks in advance!
Reply With Quote