A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

rounding formula



 
 
Thread Tools Display Modes
  #1  
Old February 5th, 2004, 11:07 PM
external usenet poster
 
Posts: n/a
Default rounding formula

Is there a way to round a number to the nearest .5 -
ie .5, 1.0, 1.5, 2.0, 2.5, 3.0, 3.5 etc

TIA
  #2  
Old February 5th, 2004, 11:14 PM
Frank Kabel
external usenet poster
 
Posts: n/a
Default rounding formula

Hi
one way:
=ROUND(A1*2,0)/2
or
MROUND(A1,0.5)
for the MROUND function you need the Analysis Toolpak installed

HTH
Frank

wrote:
Is there a way to round a number to the nearest .5 -
ie .5, 1.0, 1.5, 2.0, 2.5, 3.0, 3.5 etc

TIA



  #3  
Old February 5th, 2004, 11:16 PM
Jason Morin
external usenet poster
 
Posts: n/a
Default rounding formula

One way:

=ROUND(A1/0.5,0)*0.5

HTH
Jason
Atlanta, GA

-----Original Message-----
Is there a way to round a number to the nearest .5 -
ie .5, 1.0, 1.5, 2.0, 2.5, 3.0, 3.5 etc

TIA
.

  #4  
Old February 6th, 2004, 12:05 AM
external usenet poster
 
Posts: n/a
Default rounding formula

thanks.

-----Original Message-----
Hi
one way:
=ROUND(A1*2,0)/2
or
MROUND(A1,0.5)
for the MROUND function you need the Analysis Toolpak

installed

HTH
Frank

wrote:
Is there a way to round a number to the nearest .5 -
ie .5, 1.0, 1.5, 2.0, 2.5, 3.0, 3.5 etc

TIA



.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:03 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.