Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mal
 
Posts: n/a
Default Rounding Up or down to 1/2 Units

Hi People,
Is there a way to round up or down in 1/2 units.
e.g. 2.3 up to 2.5, 2.1 down to 2.
Any help appreciated.
Thanks,
Mal


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default Rounding Up or down to 1/2 Units

With your value in A1

=ROUND(A1/0.5,0)*0.5
--

Regards,

Peo Sjoblom


"Mal" wrote in message
...
Hi People,
Is there a way to round up or down in 1/2 units.
e.g. 2.3 up to 2.5, 2.1 down to 2.
Any help appreciated.
Thanks,
Mal




  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Rosenfeld
 
Posts: n/a
Default Rounding Up or down to 1/2 Units

On Fri, 06 Jan 2006 20:47:57 GMT, "Mal" wrote:

Hi People,
Is there a way to round up or down in 1/2 units.
e.g. 2.3 up to 2.5, 2.1 down to 2.
Any help appreciated.
Thanks,
Mal


=ROUND(A1*2,0)/2


--ron
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default Rounding Up or down to 1/2 Units

"Mal" wrote:
Is there a way to round up or down in 1/2 units.
e.g. 2.3 up to 2.5, 2.1 down to 2.


=MROUND(value,0.5)

If MROUND() results in a #NAME? error, see the
MROUND Help text for instructions on "installing"
the Analysis ToolPak add-in.
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mal
 
Posts: n/a
Default Rounding Up or down to 1/2 Units

Thanks, works well..
Mal

"Mal" wrote in message
...
Hi People,
Is there a way to round up or down in 1/2 units.
e.g. 2.3 up to 2.5, 2.1 down to 2.
Any help appreciated.
Thanks,
Mal






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
DaleWid
 
Posts: n/a
Default Rounding Up or down to 1/2 Units

I'm trying to round up or down after executing a formula in a cell.

Here's formula I have in cell
=IF($B$100,+B10/15,"")

Assuming result is a positive number, I want to round to the nearest .5, up
or down.

Thanks for any advice you might have.

DaleWid

"Peo Sjoblom" wrote:

With your value in A1

=ROUND(A1/0.5,0)*0.5
--

Regards,

Peo Sjoblom


"Mal" wrote in message
...
Hi People,
Is there a way to round up or down in 1/2 units.
e.g. 2.3 up to 2.5, 2.1 down to 2.
Any help appreciated.
Thanks,
Mal





  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default Rounding Up or down to 1/2 Units

Try

=IF($B$100,ROUND(B10/15/0.5,0)*0.5,"")

--
Regards,

Peo Sjoblom

Portland, Oregon




"DaleWid" wrote in message
...
I'm trying to round up or down after executing a formula in a cell.

Here's formula I have in cell
=IF($B$100,+B10/15,"")

Assuming result is a positive number, I want to round to the nearest .5,
up
or down.

Thanks for any advice you might have.

DaleWid

"Peo Sjoblom" wrote:

With your value in A1

=ROUND(A1/0.5,0)*0.5
--

Regards,

Peo Sjoblom


"Mal" wrote in message
...
Hi People,
Is there a way to round up or down in 1/2 units.
e.g. 2.3 up to 2.5, 2.1 down to 2.
Any help appreciated.
Thanks,
Mal






  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
DaleWid
 
Posts: n/a
Default Rounding Up or down to 1/2 Units

Many thanks, worked perfectly,
Dale Wid

"Peo Sjoblom" wrote:

Try

=IF($B$100,ROUND(B10/15/0.5,0)*0.5,"")

--
Regards,

Peo Sjoblom

Portland, Oregon




"DaleWid" wrote in message
...
I'm trying to round up or down after executing a formula in a cell.

Here's formula I have in cell
=IF($B$100,+B10/15,"")

Assuming result is a positive number, I want to round to the nearest .5,
up
or down.

Thanks for any advice you might have.

DaleWid

"Peo Sjoblom" wrote:

With your value in A1

=ROUND(A1/0.5,0)*0.5
--

Regards,

Peo Sjoblom


"Mal" wrote in message
...
Hi People,
Is there a way to round up or down in 1/2 units.
e.g. 2.3 up to 2.5, 2.1 down to 2.
Any help appreciated.
Thanks,
Mal







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
Percentage rounding error in charts Tracey Excel Discussion (Misc queries) 4 May 14th 05 04:01 AM
Changing Secondary axis value units sherobot Charts and Charting in Excel 4 May 2nd 05 07:00 PM
Page margin units Alberto Excel Worksheet Functions 2 April 2nd 05 12:23 AM
Banker's Rounding - need help! Somecallmejosh Excel Discussion (Misc queries) 3 January 20th 05 09:53 PM
Secondary Axis Annual Units sold on 1 Y Axis - Dollar Volume on another John Smith Charts and Charting in Excel 7 December 21st 04 08:26 PM


All times are GMT +1. The time now is 06:13 AM.

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

About Us

"It's about Microsoft Excel"