Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 273
Default Reduction Fractions to LCD

I've got a formula that I want to read in a fraction (i.e. 14 1/2 instead of
14.5). I've formatted the cells to read as a fraction in 1/8 increments.
The problem is I sometimes get things like 14 4/8, instead of the LCD and
being reduced to 14 1/2. Any suggestions on how to get around this and
display the lowest common denominator? Thanks.

-Chad
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 620
Default Reduction Fractions to LCD

You could format in fractions with up to one or two or three digits, rather
than in 1/8 increments.
--
David Biddulph

"Chad" wrote in message
...
I've got a formula that I want to read in a fraction (i.e. 14 1/2 instead
of
14.5). I've formatted the cells to read as a fraction in 1/8 increments.
The problem is I sometimes get things like 14 4/8, instead of the LCD and
being reduced to 14 1/2. Any suggestions on how to get around this and
display the lowest common denominator? Thanks.

-Chad



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 347
Default Reduction Fractions to LCD

Hi,

Have you tried a custom format: # 0/0

HTH
Jean-Guy

"Chad" wrote:

I've got a formula that I want to read in a fraction (i.e. 14 1/2 instead of
14.5). I've formatted the cells to read as a fraction in 1/8 increments.
The problem is I sometimes get things like 14 4/8, instead of the LCD and
being reduced to 14 1/2. Any suggestions on how to get around this and
display the lowest common denominator? Thanks.

-Chad

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 273
Default Reduction Fractions to LCD

that is an option. i would like for it to read a little differently. maybe
I should ask this question in a different way: I would like the end result to
read no smaller than 1/8th increments, and if it needs to be reduced to the
LCD, some formula or formatting is performed automatically. for instance, if
i have a value of 51.3333, this value rounds to the nearest 1/8th increment
of 51 3/8; however, if I use this custom formatting of # 0/0, then that gives
me 51 1/3 (which is indeed correct). all i want to do is reduce frations if
they are not already in the lowest common denominator. for example, 14.5
shown as 14 1/2, not as 14 4/8 and leave 51.3333 as 51 3/8. thanks and i
appreciate any additional help you can provide.

"pinmaster" wrote:

Hi,

Have you tried a custom format: # 0/0

HTH
Jean-Guy

"Chad" wrote:

I've got a formula that I want to read in a fraction (i.e. 14 1/2 instead of
14.5). I've formatted the cells to read as a fraction in 1/8 increments.
The problem is I sometimes get things like 14 4/8, instead of the LCD and
being reduced to 14 1/2. Any suggestions on how to get around this and
display the lowest common denominator? Thanks.

-Chad

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 51
Default Reduction Fractions to LCD

try putting =MROUND(51.333,0.125) and then formatting it to upto 1 digit (the
1/4 format).
--
John
MOS Master Instructor
Please reply & rate any replies you get

Ice Hockey rules (especially the Wightlink Raiders)


"Chad" wrote:

I've got a formula that I want to read in a fraction (i.e. 14 1/2 instead of
14.5). I've formatted the cells to read as a fraction in 1/8 increments.
The problem is I sometimes get things like 14 4/8, instead of the LCD and
being reduced to 14 1/2. Any suggestions on how to get around this and
display the lowest common denominator? Thanks.

-Chad



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default Reduction Fractions to LCD

On Wed, 7 Feb 2007 13:16:20 -0800, Chad wrote:

I've got a formula that I want to read in a fraction (i.e. 14 1/2 instead of
14.5). I've formatted the cells to read as a fraction in 1/8 increments.
The problem is I sometimes get things like 14 4/8, instead of the LCD and
being reduced to 14 1/2. Any suggestions on how to get around this and
display the lowest common denominator? Thanks.

-Chad



If you want to ROUND the cells to the nearest 1/8, and then display it as the
reduced fraction, then:

=ROUND(A1*8,0)/8

or

=ROUND(your_formula*8,0)/8

and format as fraction with up to one digit

# ?/?




--ron
  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 273
Default Reduction Fractions to LCD

this works perfectly! thank you so much.

"Ron Rosenfeld" wrote:

On Wed, 7 Feb 2007 13:16:20 -0800, Chad wrote:

I've got a formula that I want to read in a fraction (i.e. 14 1/2 instead of
14.5). I've formatted the cells to read as a fraction in 1/8 increments.
The problem is I sometimes get things like 14 4/8, instead of the LCD and
being reduced to 14 1/2. Any suggestions on how to get around this and
display the lowest common denominator? Thanks.

-Chad



If you want to ROUND the cells to the nearest 1/8, and then display it as the
reduced fraction, then:

=ROUND(A1*8,0)/8

or

=ROUND(your_formula*8,0)/8

and format as fraction with up to one digit

# ?/?




--ron

  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default Reduction Fractions to LCD

On Thu, 8 Feb 2007 07:03:02 -0800, Chad wrote:

this works perfectly! thank you so much.

You're welcome. Thanks for the feedback.
--ron
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
How do I stop fractions from being reduced? frustratedbyautocorrect Excel Discussion (Misc queries) 3 September 12th 06 07:02 PM
How to prevent Excel converting imported fractions into dates Phil A in the UK Excel Discussion (Misc queries) 6 March 28th 06 08:03 AM
Stop Automatic Reduction of Fractions Annie Excel Discussion (Misc queries) 3 September 13th 05 09:46 AM
fractions turn into dates when pasting in excel 2003 Eddie Spaghetti Excel Discussion (Misc queries) 5 March 24th 05 03:07 PM
How do I import fractions without data being converted to dates? rproeber Excel Discussion (Misc queries) 1 December 6th 04 12:53 AM


All times are GMT +1. The time now is 07:55 AM.

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

About Us

"It's about Microsoft Excel"