Any way to round using number format codes?

  • Thread starter Thread starter sert
  • Start date Start date
S

sert

I'd like to have numbers displayed as being rounded up to the
next 5000.

So, if a cell contains 92,345...I'd like it to display 95,000.

Is there any way to do this with just number format codes (instead of
with the worksheet fxns?)

Thanks in advance.

sert
 
Not with format codes. You can display in thousands but not to the nearest
5000.
 
Assuming 92,345 is in cell J23 use this: =CEILING(J23,5000)

Steve Hubbard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top