I need an Excell function similar to Roudup for Access.

G

Guest

I need to roundup to the second decimal in my reports. Access' "Round"
follows nomal rounding convetions. I need to round up all resrults.
 
G

Guest

Ian,

Have a look at the int and fix functions. (From memory) you need to stuff
around with your value to get the desired rounding (roundup / rounddown) by
multiplying by -1 and or 100 and then dividing the result by 100. Post back
if this doesn't help and I'll try and find where I used this and expand a bit.

HTH,

Terry
 

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

Similar Threads

Rounding Up question 2
Roundup Function 1
Number Field Automatically Rounding Decimals 3
Always round up in calculation 2
INT to ROUNDUP 5
Rounding decimal (fast) 4
Rounding number 15
roundup function 2

Top