Rounding numbers to 2 DP

C

Craig Dovey

I am multiplying numbers in two fields to return a number to a third field.

I use the following formula

Field3 = Round( Field1 * Field2 , 2)

This works fine - however when the answer is exactly 0.5, 1.5, 2.5 etc.. it
will round up rather than round down.

Does anybody know the solution to this problem?

Thanks
 

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