Round to nearest 5000

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to round down (always) to the nearest 5000? If the
calculation yielded 13,000, the answer would show as 10,000. Thanks
 
I'm kind of looking for an MROUND function that is combined with ROUNDDOWN.
 
Assuming you have only positive numbers

=FLOOR(A1,5000)

where A1 contains your number
 

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