How can I have Excel display unreduced fractions?
I have created a worksheet that I want my staff to complete as they
are progressing through a project. Their entries will reflect their
progress, for example, if they have completed eight of twenty
objectives, I want Excel to display "8/20" so that I know they had 20
objectives to begin with. If Excel reduces the fraction to 2/5, I will
not know that they actually had twenty objectives not five. |
Request for Question Clarification by
tar_heel_v-ga
on
07 Sep 2004 12:47 PDT
Have you installed the Analysis Tool Pack? It has a function that
will allow what you are looking for, dollarfr. You can see how it
works at http://www.willowsolutions.com/tips/tips_2000_10_2.shtml
If this works, let me know and I will post as an answer.
-THV
|
Clarification of Question by
vanatic-ga
on
07 Sep 2004 13:04 PDT
No, that solution only works with currency, converting decimal dollars
entries into fractions with 32 as their denominator.
I need to display fractions that contain ANY denominator, and I want
Excel to leave the entries alone rather than reduce them. Some
examples of what I need follow:
If the user enters "8/20", Excel will display "8/20".
If the user enters "13/104", Excel will display "13/104".
If the user enters "4/100", Excel will display "4/100".
I know how to format cells so that Excel will convert a decimal entry
into a fraction or reduce a fractional entry into a fraction in lowest
terms (reduced), but am stumped on how to force Excel to leave a
fractional entry alone and simply display it in the cell.
|
Request for Question Clarification by
tar_heel_v-ga
on
07 Sep 2004 13:43 PDT
I tried this and it seems to work:
Highlight the cells you want to show these fractions.
Goto "Format", choose "Cells", then choose "Text"
The numbers you enter in the cells from that point should be read as
text, not as a number.
Now, the issue with this solution is that you cannot perform math with
the numbers in the cells. So if cell A1 is "8/20" with the format of
the cell being text, you cannot add that cell to another, for example.
|
Clarification of Question by
vanatic-ga
on
07 Sep 2004 14:00 PDT
I had thought of formatting the cells as text, but I want to be able
to force the user to enter their data as a fraction. As long as the
cell is formatted as a number, I can use Excel's data validation to
force them to change their entries if they enter anything but a
fraction. I lose this control if I format the cells as text.
|