As part of this cookbook I’m editing I want to offer buyers an Excel spreadsheet that converts various weights and measures, just as one so often sees elsewhere. My question has to do with converting to fractions. How can I restrict a number converted to a fraction to halves and quarters and thirds?
Cups, for example, are often expressed as halves (7.5 cups) or quarters (7.25 cups). But they are also often expressed as thirds (7 1/3 cups). Indeed, the two liquid cup measures in my kitchen are both delineated into thirds as well as halves and quarters of a cup.
How in Excel can I restrict any number’s conversion only into halves, quarters and thirds?
If the number I want to convert to a fraction is 7.1 cups then I want the answer to be 7 cups, because that rounds closest to any half or quarter or third.
If the number I want to convert to a fraction is 7.2 cups then I want the answer to be 7 1/4 cups, because that rounds closest to any half or quarter or third.
If the number I want to convert to a fraction is 7.4 cups, then I want the answer to be 7 1/2, because that rounds closest to any half or quarter or third.
But if the number I want to convert to a fraction is 7.3 cups, then I want the answer to be 7 1/3, because that rounds closest to any half or quarter or third.
Can this be done? Can Excel be forced into rendering numbers only as thirds and halves and quarters (and integers, of course)? I’ve played around with this for a couple hours, including a fair amount of online research, and I’m nowhere. The problem is that I’m a moron, so I’m hoping someone here who isn’t can answer my question.