Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
how do i round to the nearest 0.5
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() =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 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try...
=ROUND(A1/0.5,0)*0.5 Hope this helps! In article , bigred wrote: how do i round to the nearest 0.5 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
Rounding to the nearest 9th | Excel Discussion (Misc queries) | |||
Rounding to Nearest 250 | Excel Worksheet Functions | |||
What is the formula for rounding a dollar amount to the nearest ni | New Users to Excel | |||
Rounding off numbers in Excel 2003 | Excel Worksheet Functions |