Using Excel for Mac. I want the formula to round decimal numbers to fractions. The smallest increment I would want is 1/16
(which I can easily do) but I want automatically to reduce sixteenths to 1/8
, 1/4
, and 1/2
when appropriate (not rounding here).
- Only rounding to the nearest sixteenth. (I have all the fractions rounding to the nearest
1/16
) - But THEN reduce the fractions, eg:
14/16 - this should become 7/8
12/16 - this should become 3/4
8/16 - this should become 1/2
So in the end, I will have a large Excel sheet of fractions, some as small as 1/16
, and some larger.
How would I do this?