#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Rounding

How can I round a number by editing the cell format?

For example,
17551 to 17550
16284 to 16280
22135 to 22140
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Rounding

Try the below

=IF(MOD(A1,10)4,CEILING(A1,10),FLOOR(A1,10))

If this post helps click Yes
---------------
Jacob Skaria


"Crystal Lee" wrote:

How can I round a number by editing the cell format?

For example,
17551 to 17550
16284 to 16280
22135 to 22140

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Rounding

You can also use MROUND() which returns a number rounded to the desired
multiple.

=MROUND(A1,10)

If this function is not available, and returns the #NAME? error, install and
load the Analysis ToolPak add-in...menu ToolsAdd-Ins check Analysis ToolPak

If this post helps click Yes
---------------
Jacob Skaria


"Crystal Lee" wrote:

How can I round a number by editing the cell format?

For example,
17551 to 17550
16284 to 16280
22135 to 22140

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Rounding

Thanks for your reply. But is it possible to do the same thing by edit the
cell format (ie without adding formula)?

"Jacob Skaria" wrote:

You can also use MROUND() which returns a number rounded to the desired
multiple.

=MROUND(A1,10)

If this function is not available, and returns the #NAME? error, install and
load the Analysis ToolPak add-in...menu ToolsAdd-Ins check Analysis ToolPak

If this post helps click Yes
---------------
Jacob Skaria


"Crystal Lee" wrote:

How can I round a number by editing the cell format?

For example,
17551 to 17550
16284 to 16280
22135 to 22140

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Rounding

=ROUND(A1,-1)
Can't be done with format.
--
David Biddulph

"Crystal Lee" wrote in message
...
How can I round a number by editing the cell format?

For example,
17551 to 17550
16284 to 16280
22135 to 22140





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Rounding

thanks for your help~

"David Biddulph" wrote:

=ROUND(A1,-1)
Can't be done with format.
--
David Biddulph

"Crystal Lee" wrote in message
...
How can I round a number by editing the cell format?

For example,
17551 to 17550
16284 to 16280
22135 to 22140




  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Rounding

Cannot..

If this post helps click Yes
---------------
Jacob Skaria


"Crystal Lee" wrote:

Thanks for your reply. But is it possible to do the same thing by edit the
cell format (ie without adding formula)?

"Jacob Skaria" wrote:

You can also use MROUND() which returns a number rounded to the desired
multiple.

=MROUND(A1,10)

If this function is not available, and returns the #NAME? error, install and
load the Analysis ToolPak add-in...menu ToolsAdd-Ins check Analysis ToolPak

If this post helps click Yes
---------------
Jacob Skaria


"Crystal Lee" wrote:

How can I round a number by editing the cell format?

For example,
17551 to 17550
16284 to 16280
22135 to 22140

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
ROUNDING FORMULA =ROUND(B12/$B$10,1) ROUNDING TO HIGH SunshineinFt.Myers[_2_] Excel Worksheet Functions 7 March 5th 09 06:41 PM
I need a formula with rounding up & rounding down to the nearest . Tony Kay Excel Worksheet Functions 3 May 29th 07 11:13 PM
Rounding elusiverunner Excel Discussion (Misc queries) 5 November 15th 06 01:25 AM
Rounding Up Frustrated Excel Worksheet Functions 2 October 26th 06 04:54 PM
Rounding ynissel Excel Discussion (Misc queries) 2 July 5th 05 07:42 PM


All times are GMT +1. The time now is 05:36 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"