Round up price to end .99

  • Thread starter Thread starter Chip
  • Start date Start date
C

Chip

I want to raise prices by 5% and then round the resulting number to end in
xxx.99. For example, if the result is $15.48, I want to round that to $
15.99. Any help?
 
It doesn't sound like you really want to round up--it sounds like you just want
to make sure it ends with 99 cents.

Maybe...
=int(a1*1.05)+.99
 

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

Round price to end in .99 5
Rounding Discrepancy 4
Round up or down to specific number 4
Rounding 4
Rounding within a range 3
I need to Round Cells up to next .99$ 4
Rounding question 2
round up (ends with...) 3

Back
Top