Hi
I need to do some price rounding - I usually use the CEILING function, but this is a little more complicated. The 4 acceptable price points are .25 / .49 / .75 and .99
The price should just jump to the next highest price point, so a couple of examples:
.45 would go to .49; .76 go to .99
Is this possible without too much messing around? Could I do something with 'IF the rightmost 2 characters are less than x then ceiling blah blah'?
TIA
Mike
I need to do some price rounding - I usually use the CEILING function, but this is a little more complicated. The 4 acceptable price points are .25 / .49 / .75 and .99
The price should just jump to the next highest price point, so a couple of examples:
.45 would go to .49; .76 go to .99
Is this possible without too much messing around? Could I do something with 'IF the rightmost 2 characters are less than x then ceiling blah blah'?
TIA
Mike