Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Rounding to thousands in excel

Does anyone know of a way to round to thousands in excel with a custom
format. I am trying to round as follows:

If the number is 49,677,298.86 I want 49,600 to display
If the number is 3,037,136.67 I want 3,000 to display
If hte number is 2,369,098.33 I want 2,400 to display

Thanks for your help.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,344
Default Rounding to thousands in excel

Hi,

You have two issues here you are trying to format and to round down. You
can handle the formatting by:

Create the custom format #,###,

The rounding will require something like:
=ROUNDDOWN(H11,-5)


--
Cheers,
Shane Devenshire


" wrote:

Does anyone know of a way to round to thousands in excel with a custom
format. I am trying to round as follows:

If the number is 49,677,298.86 I want 49,600 to display
If the number is 3,037,136.67 I want 3,000 to display
If hte number is 2,369,098.33 I want 2,400 to display

Thanks for your help.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default Rounding to thousands in excel

Hmm...

(1) What rounding rules are you proposing? Your first example rounds
DOWN, your third example rounds UP.

(2) With that, your example rounds to hundred thousands, not thousands -
there's no way to do that just with formatting. You can round to the
closest 100,000 with:

=ROUND(A1,-5)


To round just the display to *thousands*:

Format/Cells/Number/Custom #,##0,

In article . com,
wrote:

Does anyone know of a way to round to thousands in excel with a custom
format. I am trying to round as follows:

If the number is 49,677,298.86 I want 49,600 to display
If the number is 3,037,136.67 I want 3,000 to display
If hte number is 2,369,098.33 I want 2,400 to display

Thanks for your help.

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

Thanks! I am trying to round up. In the first example I gave I should
have wrote 49,700. Sorry fo r the confusion. I am going to ry your
suggestions.

Thanks again to all fo the help.





On Sep 27, 11:07 am, JE McGimpsey wrote:
Hmm...

(1) What rounding rules are you proposing? Your first example rounds
DOWN, your third example rounds UP.

(2) With that, your example rounds to hundred thousands, not thousands -
there's no way to do that just with formatting. You can round to the
closest 100,000 with:

=ROUND(A1,-5)

To round just the display to *thousands*:

Format/Cells/Number/Custom #,##0,

In article . com,



wrote:
Does anyone know of a way to round to thousands in excel with a custom
format. I am trying to round as follows:


If the number is 49,677,298.86 I want 49,600 to display
If the number is 3,037,136.67 I want 3,000 to display
If hte number is 2,369,098.33 I want 2,400 to display


Thanks for your help.- Hide quoted text -


- Show quoted text -



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,344
Default Rounding to thousands in excel

Thanks JE,

I missed that.

--
Cheers,
Shane Devenshire


"JE McGimpsey" wrote:

Hmm...

(1) What rounding rules are you proposing? Your first example rounds
DOWN, your third example rounds UP.

(2) With that, your example rounds to hundred thousands, not thousands -
there's no way to do that just with formatting. You can round to the
closest 100,000 with:

=ROUND(A1,-5)


To round just the display to *thousands*:

Format/Cells/Number/Custom #,##0,

In article . com,
wrote:

Does anyone know of a way to round to thousands in excel with a custom
format. I am trying to round as follows:

If the number is 49,677,298.86 I want 49,600 to display
If the number is 3,037,136.67 I want 3,000 to display
If hte number is 2,369,098.33 I want 2,400 to display

Thanks for your help.


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
Getting rid of thousands of rows Excel 2002 Northern Lights Excel Discussion (Misc queries) 3 June 15th 07 06:41 PM
On Excel I need to round up in tens of thousands SorianoP Excel Discussion (Misc queries) 3 September 28th 06 06:51 PM
Rounding a formula result to read thousands from millions. R Champ Excel Worksheet Functions 2 August 5th 05 08:31 PM
Rounding to thousands Kathy - Lovullo Excel Discussion (Misc queries) 2 January 4th 05 02:10 PM
separator of thousands excelFan Excel Discussion (Misc queries) 2 December 27th 04 12:27 PM


All times are GMT +1. The time now is 04:36 PM.

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"