Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Rounding

Status
Not open for further replies.

pete1001

Technical User
Joined
Feb 25, 2003
Messages
8
Location
GB
I don't think there's an answer to this but you guys never cease to amaze......

I have a sheet with lots of big numbers & formulas & want to change the display so all numbers are displayed to the nearest thousand (ie 1,234,567 becomes 1,235,000).

But, I don't want to lose underlying data within the cell(ie the 567 above) and so don't want to use the round(X,-3) function.

Is there a way using custom number format?

Pete
 
Yep,

do a custom number format of:

#,##0,",000"

and see what happens.


Cheers, Glenn.
 
I knew you wouldn't let me down!

Thanks a lot.

Pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top