Rounding Formula Functionality
Summary:
Hello. Can you do more than "Round" in a Rounding Fast Formula?
I have a requirement to first add a penny to a resulting rate calculation if result is odd. I'm certain we could handle this with a rate calculation formula, but the remainder of the rate calculation is handled perfectly via standard functionality.
I've tried a couple of approaches, including multiplying the input value (rate) by 100 to get a whole number and then using MOD to determine if odd or even. If odd, I am trying to add .01 to the formula input value (the calculated rate). The formula compiles successfully, but I'm not seeing the penny added as I'd hope.
Tagged:
0