G
Guest
Need help getting decimal fractions to display without rounding. Example: 21.25/32. The # ??/32 custom format does not work. Any thoughts?
Format 3 cells (A1,A2,A3) using the fractions format "up to 2 digits".
Put 24/32 in A1.
Put 5/32 in A2.
Put =A1-A2 in A3.
My result is 19/32.
But I suspect that it is important to format the cells before putting
the data in them, not after. Could that be?
The easiest way to extract 19 from 19/32 is to multiply
it by 32.
You call it the KISS principle. I guess that might
be what I refer to as Occam's Razor.