ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   rounding to nearest 0.5 in excel (https://www.excelbanter.com/excel-discussion-misc-queries/83169-rounding-nearest-0-5-excel.html)

bigred

rounding to nearest 0.5 in excel
 
how do i round to the nearest 0.5

Peo Sjoblom

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




Domenic

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


daddylonglegs

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


bigred

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