![]() |
How can I Round up to the nearest .25
Multiple by 4, round to nearest whole number, and then divide by 4.
=ROUND((A1*4),0)/4 -- Brad "Dr. Darrell" wrote: How can I Round up to the nearest .25. I have Cells B3 thru G3 with Values: 3.02, 3.41, 3.65, 3.91, 4.29, and 4.79. I would like them rounded up to the nearest .25 (3.25, 3.50, 3.75, 4.00, 4.50, 5.00). Is there a function for this? |
How can I Round up to the nearest .25
Sorry, I missed the round UP part. It should have been:
=ROUNDUP((A1*4),0)/4 Brad "Brad" wrote: Multiple by 4, round to nearest whole number, and then divide by 4. =ROUND((A1*4),0)/4 -- Brad "Dr. Darrell" wrote: How can I Round up to the nearest .25. I have Cells B3 thru G3 with Values: 3.02, 3.41, 3.65, 3.91, 4.29, and 4.79. I would like them rounded up to the nearest .25 (3.25, 3.50, 3.75, 4.00, 4.50, 5.00). Is there a function for this? |
All times are GMT +1. The time now is 02:30 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com