Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 38
Default How can I round to a 0 or 0.5 in Excel?

For examples:

I want 23.20 to be 23.00
and
I want 23.6 to be 24.00

Thanks!

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default How can I round to a 0 or 0.5 in Excel?

One way:

=ROUND(23.2,0)

In article ,
Rose wrote:

For examples:

I want 23.20 to be 23.00
and
I want 23.6 to be 24.00

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default How can I round to a 0 or 0.5 in Excel?

For your example numbers............assuming in A1 and A2

=ROUND(A1,0) entered in B1 and copied to B2

Format to 2 DP


Gord Dibben MS Excel MVP


On Thu, 16 Nov 2006 16:47:01 -0800, Rose wrote:

For examples:

I want 23.20 to be 23.00
and
I want 23.6 to be 24.00

Thanks!


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 618
Default How can I round to a 0 or 0.5 in Excel?

If you want to round to the nearest whole number
=ROUND(A1,0)

Your subject line talks of rounding to 0 or 0.5, for which one option is
=MROUND(A1,0.5), but you'll need the Analysis ToolPak Add-In for that, or
else you could use =ROUND(A1*2,0)/2.
--
David Biddulph

"Rose" wrote in message
...
For examples:

I want 23.20 to be 23.00
and
I want 23.6 to be 24.00

Thanks!



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 492
Default How can I round to a 0 or 0.5 in Excel?

With the value in A1,
=ROUND(A1,0)
Regards,
Alan.
"Rose" wrote in message
...
For examples:

I want 23.20 to be 23.00
and
I want 23.6 to be 24.00

Thanks!





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,939
Default How can I round to a 0 or 0.5 in Excel?

Not following you 100% as bot of your examples are rounding up to the nearest
whole number (noting to do with 0.5) ...but here is a formula to round to the
nearest .5

=ROUND(A1/0.5, 0)*0.5

and here it is to round up to the nearest .5

=ROUNDUP(A1/0.5, 0)*0.5
--
HTH...

Jim Thomlinson


"Rose" wrote:

For examples:

I want 23.20 to be 23.00
and
I want 23.6 to be 24.00

Thanks!

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Art Art is offline
external usenet poster
 
Posts: 587
Default How can I round to a 0 or 0.5 in Excel?

Rose try to click fx function box maybe you need a Roundown () and a Roundup
(), basic function of excel...
--
"Simple things amuse simple minds"


"Rose" wrote:

For examples:

I want 23.20 to be 23.00
and
I want 23.6 to be 24.00

Thanks!

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
Running Excel 2000 VBA Application on Excel 2003 Excel Worksheet Functions 0 August 8th 06 06:04 PM
Using Excel 2000 VBA Application on Excel 2003 Excel Worksheet Functions 0 August 8th 06 02:36 AM
How to make excel not round real numbers when making a histogram? Leedawg Charts and Charting in Excel 1 September 21st 05 07:36 PM
how do i flip a column round in excel? shockwave_dave Excel Discussion (Misc queries) 5 April 5th 05 08:18 PM
Difference in number of Excel NewsGroups Hari Prasadh Excel Discussion (Misc queries) 1 January 25th 05 11:32 AM


All times are GMT +1. The time now is 12:21 AM.

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"