Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Rounding of 1000's

I'm working with a Cum scrap calc sheet where in VBA I'm totaling parts and
parts scraped and the numbers get big fast. I'd like to have everything
rounded off in Thousands so if we produced 5040 parts I'd see 5 and if we
scraped 1240 parts I'd see 1.2 Is there a rounding formula that would do
this?

TIA
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Rounding of 1000's

The rounded value is good enough.

Thanks for the tip



"Tom Ogilvy" wrote:

You can also do a custom cell format if you want to retain the original value

#,000,.0

will produce the same as you formula, but in the cell

If you don't want to see the decimal, then just #,000,

--
Regards,
Tom Ogilvy


"MTechG" wrote:

Never mind I answerd my own question I saw something Tom O had posted and
modified it and it worked.

=ROUND(D4/0.25,0)*0.25

I changed it to rCell =ROUND(D4/1000,1)



"MTechG" wrote:

I'm working with a Cum scrap calc sheet where in VBA I'm totaling parts and
parts scraped and the numbers get big fast. I'd like to have everything
rounded off in Thousands so if we produced 5040 parts I'd see 5 and if we
scraped 1240 parts I'd see 1.2 Is there a rounding formula that would do
this?

TIA

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 of 1000's MTechG Excel Programming 1 March 28th 07 01:02 AM
VBA code to populate 1000's of cells? [email protected] Excel Discussion (Misc queries) 14 March 31st 06 06:12 AM
my numbers go from 99 and then skip to 1000's? Kerri Excel Discussion (Misc queries) 3 March 16th 06 04:05 PM
Formatting in 1000's William Copeland New Users to Excel 3 April 3rd 05 06:12 AM
Formatting 100's and 1000's Chris Short Excel Discussion (Misc queries) 2 March 3rd 05 06:12 AM


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