rounding question

  • Thread starter Thread starter Jean K
  • Start date Start date
J

Jean K

I am currently on office 2003, but we are upgrading to 2007 in a few weeks.

Question:

I need to take a number, multiply by 1.07 (107%), then take the result and
round up to the nearest 5 or 0.

For example, if I had (.49*1.07) = .5243---I would need the formula to
return .55.

Conversely, I would need (.55*1.07) = .5885 --- I would need the formula to
return .60.

Thank you.
 
try:

=CEILING(E14*1.07,0.05)

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(e-mail address removed)
Replace @mailinator.com with @tiscali.co.uk
 

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