Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default convert column with inches to 2 columns "feet" and "inches"

I have a spreadsheet that has a column with total inches, but what I really
need is 2 columns that shows how many total feet there are in one column and
how many left over inches there are in the 2nd column. What formula can I use?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default convert column with inches to 2 columns "feet" and "inches"

For feet: =int(a1/12)
For inches: =mod(a1,12)

Regards,
Fred

"fsudiane" wrote in message
...
I have a spreadsheet that has a column with total inches, but what I really
need is 2 columns that shows how many total feet there are in one column
and
how many left over inches there are in the 2nd column. What formula can I
use?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default convert column with inches to 2 columns "feet" and "inches"

Feet Column: =rounddown(a2/12,0)
Inches Column: =mod(a2,12)

"fsudiane" wrote:

I have a spreadsheet that has a column with total inches, but what I really
need is 2 columns that shows how many total feet there are in one column and
how many left over inches there are in the 2nd column. What formula can I use?

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
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
How to format feet/inches (ft'in") Minx Excel Discussion (Misc queries) 4 November 26th 07 08:54 PM
change "true" and "false" to "availble" and "out of stock" inthestands Excel Worksheet Functions 2 July 19th 07 07:05 PM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM
How do I set a cell format for Feet and Inches? i.e. 3'-10 1/2" JB Excel Discussion (Misc queries) 1 February 28th 06 11:58 PM


All times are GMT +1. The time now is 08:07 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"