#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Formatting Fractions

How can I have Excel show my numbers as fractions without simplying the
fraction? For example, if I have 72 clients, 36 of whom have renewed
services, I was Excel to show the fraction as 36/72 and not as 1/2. But I
want this number to be in a form where it automatically updates from a
separate list and can be used for automatically calculating other variables.
I can do the list couple steps when the cell is formatted as a fraction, but
I can't figure out how to keep my fraction from simplifying.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Formatting Fractions

You can "freeze" the denominator with a custom format like:

# ?/72
--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"IKDairo" wrote in message
...
How can I have Excel show my numbers as fractions without simplying the
fraction? For example, if I have 72 clients, 36 of whom have renewed
services, I was Excel to show the fraction as 36/72 and not as 1/2. But I
want this number to be in a form where it automatically updates from a
separate list and can be used for automatically calculating other variables.
I can do the list couple steps when the cell is formatted as a fraction, but
I can't figure out how to keep my fraction from simplifying.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,358
Default Formatting Fractions

Assuming your numerator is in G6, and denominator is in G7.
=QUOTIENT(G6,G7)&" "&MOD(G6,G7)&"/"&G7
If your fractions will never have whole numbers, and always be less than 1,
you can shorten the formula to
=MOD(G6,G7)&"/"&G7

Say this is in G11. If you ever need to refer to the value of of G11 (i.e.:
G11 is a text that, in your example would be 0 36/72 or 36/72 if the second
option above is taken, but the value is 0.5), you can use the -- in front of
the cell during calculations.
e.g.: =--G11+H11


--
John C


"IKDairo" wrote:

How can I have Excel show my numbers as fractions without simplying the
fraction? For example, if I have 72 clients, 36 of whom have renewed
services, I was Excel to show the fraction as 36/72 and not as 1/2. But I
want this number to be in a form where it automatically updates from a
separate list and can be used for automatically calculating other variables.
I can do the list couple steps when the cell is formatted as a fraction, but
I can't figure out how to keep my fraction from simplifying.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Formatting Fractions

Thanks! Works perfectly

"John C" wrote:

Assuming your numerator is in G6, and denominator is in G7.
=QUOTIENT(G6,G7)&" "&MOD(G6,G7)&"/"&G7
If your fractions will never have whole numbers, and always be less than 1,
you can shorten the formula to
=MOD(G6,G7)&"/"&G7

Say this is in G11. If you ever need to refer to the value of of G11 (i.e.:
G11 is a text that, in your example would be 0 36/72 or 36/72 if the second
option above is taken, but the value is 0.5), you can use the -- in front of
the cell during calculations.
e.g.: =--G11+H11


--
John C


"IKDairo" wrote:

How can I have Excel show my numbers as fractions without simplying the
fraction? For example, if I have 72 clients, 36 of whom have renewed
services, I was Excel to show the fraction as 36/72 and not as 1/2. But I
want this number to be in a form where it automatically updates from a
separate list and can be used for automatically calculating other variables.
I can do the list couple steps when the cell is formatted as a fraction, but
I can't figure out how to keep my fraction from simplifying.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
formatting cells fractions - HELP Twicebest Excel Discussion (Misc queries) 7 February 29th 08 02:47 PM
Formatting Cell Fractions... HELP Twicebest New Users to Excel 1 February 28th 08 10:46 PM
fractions smakee Excel Discussion (Misc queries) 2 December 17th 07 05:24 PM
Formatting Numbers and Fractions in Excel monarcabak Excel Discussion (Misc queries) 3 November 28th 06 03:09 AM
Fractions Andy Excel Discussion (Misc queries) 1 May 11th 06 05:02 PM


All times are GMT +1. The time now is 05:03 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"