C
Chris
In the formula below how would I change it to round down to the nearest .95
cents. For example, $127.49 would become $126.95?
=MAX(0,ROUND(my forumula to set a price,1)-0.01)
I guess I'm wondering what each number means in the rounding formula.
cents. For example, $127.49 would become $126.95?
=MAX(0,ROUND(my forumula to set a price,1)-0.01)
I guess I'm wondering what each number means in the rounding formula.