View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Domenic
 
Posts: n/a
Default MRound and Roundup

Try...

=CEILING(A2,5)

Hope this helps!

In article ,
adodson wrote:

I can't seem to get these functions to work in conjunction with each other to
get my desired results, so I'm putting it out there for someone else's great
mind. Thanks in advance for any assistance.

I would like it to look at a number and always round up to the nearest
multiple of 5. For example,
1069 would change to 1070
1062 would change to 1065

Any suggestions?