A
A Hopper
I would like to divide a number and have the answer round
up and down to the nearest 10, 100.
Example One:
50 / 2 = 25
Round down to 20
Round up to 30
Example Two:
2000 / 6 = 333.3
Round down to 300
Round up to 400
If the number is divisible by 6 then both answers would be
the same.
6000 / 6 = 600
I am most interested in Example Two rounding to 100.
Thanks for your help.
Allan
up and down to the nearest 10, 100.
Example One:
50 / 2 = 25
Round down to 20
Round up to 30
Example Two:
2000 / 6 = 333.3
Round down to 300
Round up to 400
If the number is divisible by 6 then both answers would be
the same.
6000 / 6 = 600
I am most interested in Example Two rounding to 100.
Thanks for your help.
Allan