rounding

  • Thread starter Thread starter tps1234
  • Start date Start date
T

tps1234

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.
 
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
 
Back
Top