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

How do I round a number to the nearest thousand (i.e. 57,887 pulled from one
worksheet, but need rounded to 58 on another worksheet.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 303
Default rounding

=ROUND(A1,-3)

--
Greetings from New Zealand

"tps1234" wrote in message
...
How do I round a number to the nearest thousand (i.e. 57,887 pulled from
one
worksheet, but need rounded to 58 on another worksheet.



  #3   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default rounding


=ROUND(A1,-3)

Vaya con Dios,
Chuck, CABGx3




"tps1234" wrote:

How do I round a number to the nearest thousand (i.e. 57,887 pulled from one
worksheet, but need rounded to 58 on another worksheet.

  #4   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default rounding

Sorry, misread.........maybe this

=ROUND(A1/1000,0)

Vaya con Dios,
Chuck, CABGx3





"CLR" wrote:


=ROUND(A1,-3)

Vaya con Dios,
Chuck, CABGx3




"tps1234" wrote:

How do I round a number to the nearest thousand (i.e. 57,887 pulled from one
worksheet, but need rounded to 58 on another worksheet.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default rounding

to round this off, use =round(A1,-3) to round it off to 58000 where 57887 is
in A1



"tps1234" wrote:

How do I round a number to the nearest thousand (i.e. 57,887 pulled from one
worksheet, but need rounded to 58 on another worksheet.



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default rounding

Try this:

Sheet1 A1 = 57,887

On sheet2:

=ROUND(Sheet1!A1,-3)

Result: 58,000

--
Biff
Microsoft Excel MVP


"tps1234" wrote in message
...
How do I round a number to the nearest thousand (i.e. 57,887 pulled from
one
worksheet, but need rounded to 58 on another worksheet.



  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,202
Default rounding

If you want the value actually rounded, you could use the ROUND function as
others have posted. However, if you want to display it rounded, but wish to
keep the original value (perhaps for subsequent calculation purposes), you
could put a normal reference to the original cell so the that 57,887 is
placed in the cell and then Custom Format the cell using 0, (a zero followed
by a comma) for the custom pattern.

Rick


"tps1234" wrote in message
...
How do I round a number to the nearest thousand (i.e. 57,887 pulled from
one
worksheet, but need rounded to 58 on another worksheet.


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
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 up or down Kevin Excel Discussion (Misc queries) 4 January 22nd 07 12:51 PM
no rounding JohnLute Excel Worksheet Functions 3 January 16th 07 06:47 PM
rounding Sam New Users to Excel 3 January 14th 07 07:23 PM
Rounding Jakobshavn Isbrae Excel Discussion (Misc queries) 4 January 11th 07 03:09 PM


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