Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
malcolmt
 
Posts: n/a
Default Custom formats to round numbers such as 465,123 to 465,000

Rather than use the @round function which can be tedious at times I would
like to know if you can use custom formats to complete the task
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Rosenfeld
 
Posts: n/a
Default Custom formats to round numbers such as 465,123 to 465,000

On Wed, 1 Feb 2006 23:26:28 -0800, "malcolmt"
wrote:

Rather than use the @round function which can be tedious at times I would
like to know if you can use custom formats to complete the task


For your specific example, to display rounded to the nearest 1,000, you could
use this custom format:

#,",000"

You need to be aware that one of the differences between using the ROUND (this
is excel, not Lotus -- no @round) worksheet function in Excel is that the
number that is stored is actually rounded, and the rounded number will be used
in subsequent calculations (465,000 in this instance).

With formatting, the number stored is the actual number, and that actual number
(465,123 in this instance) is what will be used in subsequent calculations.


--ron
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Brian
 
Posts: n/a
Default Custom formats to round numbers such as 465,123 to 465,000

thanks Ron,
i converted the custom format to #,"" to remove the zeroes and comma.

"Ron Rosenfeld" wrote:

On Wed, 1 Feb 2006 23:26:28 -0800, "malcolmt"
wrote:

Rather than use the @round function which can be tedious at times I would
like to know if you can use custom formats to complete the task


For your specific example, to display rounded to the nearest 1,000, you could
use this custom format:

#,",000"

You need to be aware that one of the differences between using the ROUND (this
is excel, not Lotus -- no @round) worksheet function in Excel is that the
number that is stored is actually rounded, and the rounded number will be used
in subsequent calculations (465,000 in this instance).

With formatting, the number stored is the actual number, and that actual number
(465,123 in this instance) is what will be used in subsequent calculations.


--ron

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
Cell will not format numbers correctly for a 13 digit custom barc. Laudan Excel Worksheet Functions 4 April 11th 05 08:13 PM
How to format text and numbers as custom Julian Ganoudis Excel Discussion (Misc queries) 4 April 4th 05 06:55 PM
How do I make custom formats with superscript or subscript%3f eagle Excel Worksheet Functions 3 December 28th 04 08:48 PM
Custom Formats becky Excel Discussion (Misc queries) 6 December 24th 04 01:24 AM
Custom Formats Stan Altshuller Excel Worksheet Functions 1 December 13th 04 09:47 PM


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