![]() |
rounding to nearest 0.5 in excel
how do i round to the nearest 0.5
|
rounding to nearest 0.5 in excel
=ROUND(Value/0.5,0)*0.5
-- Regards, Peo Sjoblom http://nwexcelsolutions.com "bigred" wrote in message ... how do i round to the nearest 0.5 |
rounding to nearest 0.5 in excel
Try...
=ROUND(A1/0.5,0)*0.5 Hope this helps! In article , bigred wrote: how do i round to the nearest 0.5 |
rounding to nearest 0.5 in excel
=ROUND(A1*2,0)/2 or using MROUND from analysis toolpak add-in =MROUND(A1,0.5) -- daddylonglegs ------------------------------------------------------------------------ daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486 View this thread: http://www.excelforum.com/showthread...hreadid=532806 |
rounding to nearest 0.5 in excel
works great
thanks "Domenic" wrote: Try... =ROUND(A1/0.5,0)*0.5 Hope this helps! In article , bigred wrote: how do i round to the nearest 0.5 |
All times are GMT +1. The time now is 07:19 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com