B
BobV
Group:
Why doesn't the round function round a number up to the next higher digit
when the significant number is 5 or greater?
For example:
ROUND(454.545,2) = 454.54 instead of 454.55
I would expect 454.545 to be rounded up to 454.55. Since the ROUND function
doesn't do what I want, how do I get it to round up when the significant
number is 5 or higher?
Thanks,
BobV
Why doesn't the round function round a number up to the next higher digit
when the significant number is 5 or greater?
For example:
ROUND(454.545,2) = 454.54 instead of 454.55
I would expect 454.545 to be rounded up to 454.55. Since the ROUND function
doesn't do what I want, how do I get it to round up when the significant
number is 5 or higher?
Thanks,
BobV