Is it possible to create a formula that can round a dollar value down to the nearest 100 increment IF the value is within $20 of that lower increment?
lE. We pay x amount per 100, but any cent over $100 rounds to $200 and so on.
I'd prefer to round the retail value down to the closest $100, $200, $300, etc if it's over that value by $20 or less.
Similar to =FLOOR(A1,100) but with the caveat of the within .01 - 20.00 range
Attached are sample retail values
lE. We pay x amount per 100, but any cent over $100 rounds to $200 and so on.
I'd prefer to round the retail value down to the closest $100, $200, $300, etc if it's over that value by $20 or less.
Similar to =FLOOR(A1,100) but with the caveat of the within .01 - 20.00 range
Attached are sample retail values