Round function

T

Tat

I have been using a Round function to round the results to the integer. The
requirement is if the number is smaller than .5 to round down, if it's .5 or
above I round up. The problem is this function rounds .5 values down, I have
a lot of 2 being multiplied by 1.25, which returns 2.5, which Round function
rounds to 2, while I need it to be 3. I wonder if there is another way to do
it. Any help would be greatly appreciated!
 

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

Top