PC Review


Reply
Thread Tools Rate Thread

How can i see on excel feet and inches from decimal system?

 
 
=?Utf-8?B?U2hhcmt5?=
Guest
Posts: n/a
 
      27th Feb 2006
I need to see feet and inches on the screen, how can i do it

for example, 7.8333333 i need to see it like 7'10"
how can i do it?
 
Reply With Quote
 
 
 
 
=?Utf-8?B?R2VycnlL?=
Guest
Posts: n/a
 
      27th Feb 2006
=ROUNDDOWN(A1/12,0)&" feet "&A1-12*ROUNDDOWN(A1/12,0)&" inches"
you can replace the words with ' and "

HTH

"Sharky" wrote:

> I need to see feet and inches on the screen, how can i do it
>
> for example, 7.8333333 i need to see it like 7'10"
> how can i do it?

 
Reply With Quote
 
Richard Buttrey
Guest
Posts: n/a
 
      27th Feb 2006
On Mon, 27 Feb 2006 09:20:28 -0800, Sharky
<(E-Mail Removed)> wrote:

>I need to see feet and inches on the screen, how can i do it
>
>for example, 7.8333333 i need to see it like 7'10"
>how can i do it?


With 7.8333333 in A1
Put
=LEFT(A1,FIND(".",A1)-1)&"'"&ROUND(RIGHT(A1,LEN(A1)-FIND(".",A1)+1)*12,0)&""""
in B1

HTH
Richard Buttrey
__
 
Reply With Quote
 
Don Guillett
Guest
Posts: n/a
 
      27th Feb 2006
or
=INT(C10)&"'"&ROUND(-(INT(C10)-C10)*12,0)&""""

--
Don Guillett
SalesAid Software
(E-Mail Removed)
"Sharky" <(E-Mail Removed)> wrote in message
news6236ECA-5EAC-4899-969D-(E-Mail Removed)...
>I need to see feet and inches on the screen, how can i do it
>
> for example, 7.8333333 i need to see it like 7'10"
> how can i do it?



 
Reply With Quote
 
Bernard Liengme
Guest
Posts: n/a
 
      27th Feb 2006
Or format the cell with custom format # ??/12
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email


"Sharky" <(E-Mail Removed)> wrote in message
news6236ECA-5EAC-4899-969D-(E-Mail Removed)...
>I need to see feet and inches on the screen, how can i do it
>
> for example, 7.8333333 i need to see it like 7'10"
> how can i do it?



 
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 decimal inches into feet and inches Jason Stripling Microsoft Excel Misc 2 23rd Apr 2009 02:45 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
Convert feet/inches to decimal =?Utf-8?B?ZGluZ3kxMDE=?= Microsoft Excel Worksheet Functions 16 21st Feb 2006 10:18 PM
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.