Can a formula be set up to round to the nearest nickel?

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

Guest

I am taking a specific cell, mulitiplying by 10% adding together, and the
outcome I want to be rounded to the nearest nickel.
 
=CEILING(A3*$B$1,0.05) Displays .85
or
=FLOOR(A3*$B$1,0.05) Displays .80

where your cell A3 = .75
and Cell B1 = 1.10 and actual result is .825

HTH
 
=ROUND(A1*110%,2)

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)
 

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