Look here, doug: http://myweb.cableone.net/twodays/
and download the "Convert feet..." file. It is an addin that gives two new
UDF's: DFTOS (digital feet to standard)and STODF (standard to digital feet).
If you have 12' 6" in A2, enter =STODF(A2) in A3. The value 12.5 will be
returned. You can use digital feet to calculate,but the same is not true of
standard feet. XL "sees" 12' 6" and similar entries as text.
You cannot do this... the Format/Cells/Number lists the
only formatting choices -- and feet-inches isn't one of
them. Something similar to this was asked a couple weeks
ago... you might want to do one or more newsgroup searches
for 'feet' or similar.
You could force this issue using concatenation... but it
is not a easy as formatting the cell(s). Email me if you
want more info.
Here is another recent solution from gary b:
For example: Cells A1, B1, and C1
A1 contains feet measure
B1 contains inches measure
C1 contains formula =A1+(A2/12)
C1 is decimal equivalent of A1/A2 combination
Columns CAN be summed; formula still applies
Reverse sequence/modify formula to reverse process
Here is another recent solution from gary b:
For example: Cells A1, B1, and C1
A1 contains feet measure
B1 contains inches measure
C1 contains formula =A1+(A2/12)
C1 is decimal equivalent of A1/A2 combination
Columns CAN be summed; formula still applies
Reverse sequence/modify formula to reverse process
If you use it, you should make the changes you indicated to return the
correct result. As I said, it is from a post by gary b.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.