ROUND Formula

  • Thread starter Thread starter dedwards
  • Start date Start date
D

dedwards

Help! Is is possible to round a value on something other than .50.
want to round dollar values based on .35. Meaning if a price is $23.3
I want it to round to $24.00. If it is less than .35 I want it t
round down ($23.25 round to $23.00
 
Help! Is is possible to round a value on something other than .50. I
want to round dollar values based on .35. Meaning if a price is $23.35
I want it to round to $24.00. If it is less than .35 I want it to
round down ($23.25 round to $23.00)


How about: =ROUND(A1+0.15,0)


--ron
 

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