Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
bigred
 
Posts: n/a
Default rounding to nearest 0.5 in excel

how do i round to the nearest 0.5
  #2   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom
 
Posts: n/a
Default 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



  #3   Report Post  
Posted to microsoft.public.excel.misc
Domenic
 
Posts: n/a
Default 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

  #4   Report Post  
Posted to microsoft.public.excel.misc
daddylonglegs
 
Posts: n/a
Default 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

  #5   Report Post  
Posted to microsoft.public.excel.misc
bigred
 
Posts: n/a
Default 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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
Rounding to the nearest 9th Corby Excel Discussion (Misc queries) 16 November 13th 07 10:28 AM
Rounding to Nearest 250 Scott G Excel Worksheet Functions 6 February 21st 06 04:12 PM
What is the formula for rounding a dollar amount to the nearest ni JeriSys New Users to Excel 5 December 22nd 05 06:54 PM
Rounding off numbers in Excel 2003 Joe Tahoe Excel Worksheet Functions 4 July 28th 05 03:08 AM


All times are GMT +1. The time now is 05:16 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"