Format cell to the nearest 100

  • Thread starter Thread starter Gandor
  • Start date Start date
G

Gandor

Is there a format for rounding a cell to the nearest 100 so that 501.35
rounds to 500. I was using #,##0 to just round to the dollar, but I want to
got to the nearest 100.

Any thoughts?
 
Gandor said:
Is there a format for rounding a cell to the nearest 100 so that
501.35 rounds to 500. I was using #,##0 to just round to the dollar,
but I want to got to the nearest 100.

Any thoughts?

IN Excel 2007

=ROUNDDOWN(B3,-2)

--
 

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