Excel functions

  • Thread starter Thread starter Guest
  • Start date Start date
=round(d2/2,0)

this will round up. if you need to change it then you can use
roundup(d2/2,0) or rounddown(d2/2,0).

If you want some or logic then it is a little more difficult and one way is
to have a seperate column indicating the last round up or down and you base
it on that.
 

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