PC Review


Reply
Thread Tools Rate Thread

Change Inches to feet and Inches

 
 
Bob
Guest
Posts: n/a
 
      15th Nov 2008
I have a column adding inches with fractions like this:

96
4 1/4

100 1/4

How can you format the cell with 100 1/4 to show 8' 4" 1/4

Thank you for your help.
 
Reply With Quote
 
 
 
 
Gary Keramidas
Guest
Posts: n/a
 
      15th Nov 2008
you can try this, i just used a1:a7 as the range


=TEXT(INT(SUM(A1:A7)/12) & "' " &MOD(SUM(A1:A7),12) & """","0.00")
--


Gary

"Bob" <(E-Mail Removed)> wrote in message
news:472AF9A0-4739-46C3-A824-(E-Mail Removed)...
>I have a column adding inches with fractions like this:
>
> 96
> 4 1/4
>
> 100 1/4
>
> How can you format the cell with 100 1/4 to show 8' 4" 1/4
>
> Thank you for your help.



 
Reply With Quote
 
JE McGimpsey
Guest
Posts: n/a
 
      15th Nov 2008
One way:

=INT(SUM(A1:A3)/12) & TEXT(MOD(SUM(A1:A3),12), "' 0\"" ?/?")

In article <472AF9A0-4739-46C3-A824-(E-Mail Removed)>,
Bob <(E-Mail Removed)> wrote:

> I have a column adding inches with fractions like this:
>
> 96
> 4 1/4
>
> 100 1/4
>
> How can you format the cell with 100 1/4 to show 8' 4" 1/4
>
> Thank you for your help.

 
Reply With Quote
 
Bob
Guest
Posts: n/a
 
      15th Nov 2008
This worked just right:
=INT(SUM(A1:A3)/12) & TEXT(MOD(SUM(A1:A3),12), "' 0\"" ?/?")the formula:

This formula leaves a decimal for the fraction.
=TEXT(INT(SUM(A1:A7)/12) & "' " &MOD(SUM(A1:A7),12) & """","0.00")

Thanks again for your help.

"JE McGimpsey" wrote:

> One way:
>
> =INT(SUM(A1:A3)/12) & TEXT(MOD(SUM(A1:A3),12), "' 0\"" ?/?")
>
> In article <472AF9A0-4739-46C3-A824-(E-Mail Removed)>,
> Bob <(E-Mail Removed)> wrote:
>
> > I have a column adding inches with fractions like this:
> >
> > 96
> > 4 1/4
> >
> > 100 1/4
> >
> > How can you format the cell with 100 1/4 to show 8' 4" 1/4
> >
> > Thank you for your help.

>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
change feet and inches to decimal inches Brian 1 Microsoft Excel Worksheet Functions 4 2nd May 2009 04:02 AM
Convert inches & display as Feet Inches and Fractions -- BUG FREE Mark Main Microsoft Excel Worksheet Functions 9 26th Nov 2008 08:50 PM
Converting from feet, inches and fractions to inches and decimal p =?Utf-8?B?RGVl?= Microsoft Excel Setup 5 18th Sep 2007 04:18 PM
How do I set cell format for feet, inches, & fractions of inches? =?Utf-8?B?c3RldmUtYg==?= Microsoft Excel Worksheet Functions 3 30th Sep 2004 12:27 AM
how to convert feet-inches-fractions to feet (or inches) in Excel =?Utf-8?B?Sm9obiBCYXRlcw==?= Microsoft Excel Worksheet Functions 1 23rd Sep 2004 08:24 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:19 AM.