Excel: Round formula up in $5. increments =+(M4*1.1)+M4

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

Guest

I have formulas that I want to round up to the nearest $5.00 My formula is
=+(M4*1.1)+M4. I have tried =mround, but I am doing something wrong.
Do I need to freeze part of the formula? Please help!

Tx
 
=MROUND((M4*1.1)+M4,5)

or

=MROUND(M4*2.1,5)

Vaya con Dios,
Chuck, CABGx3
 
Happy to help, and thanks for the feedback............

Vaya con Dios,
Chuck, CABGx3
 
That'll round to the nearest, but if the OP wanted us to answer the part of
the sentence that said she wanted to round *UP*, then it would be
=CEILING(M4*2.1,5)
 

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

Similar Threads

Multiplying Empty Cells 6
TODAY() issues 6
pulling text into a sum formula 2
Round Function 5
Formula needed for 2 criteria 3
add on date specfic 1
Salary by Qtr Formula 1
Formula problem 1

Back
Top