I was wondering if there is a way to round numbers based on quarters. For instance, any number that ends in .25 would be round up to the next whole value. 1.25 = 2, 10.25 = 11. The numbers 1.24 = 1, 10.24 = 10.
Basic round function uses the traditional less than or greater than .5 to round. How could i write a formula to do this?
Bookmarks