
Originally Posted by
jason.b75
The rulers that I have looked at vary with the precision of the scale, some show 32nds along the entire length, others start with 32nds but the precision is reduced to 16ths, and even 8ths over the length of the rule.
Best I can come up with, see how it looks with some real data. This should round to nearest 16th and display in the lowest form with the correct formatting.
=BF2&IF(BG2<1,""," ")&IF(MROUND(MOD(BG2,1),1/16)=0,TEXT(BG2,"?\"""),TEXT(BG2,"? ?/"&INDEX({16,8,4,2},MATCH(2,1/(({16,8,4,2}*MROUND(BG2,1/16))=INT({16,8,4,2}*(MROUND(BG2,1/16))))))&"\"""))
Bookmarks