roundup value

  • Thread starter Thread starter oldLearner57
  • Start date Start date
O

oldLearner57

hi community

how can i do a roundup to value as....

example:

if my value is 964, I want to round to 965 and if another value is 1057, it
will round to 1060

is there possible to do such task?

thanks community for the assistance
 
So you want to round up to multiples of 5? Try this:

=CEILING(A1,5)

Hope this helps.

Pete
 

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