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 Inches to the nearest foot

I am trying to convert Inches to the nearest foot in a column
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default convert Inches to the nearest foot

hi
with inches in column A, you could use a fomula like this...
=A2*(1/12)
then format the formula cell to zero decimals for roundoff.
or
=round(A2*(1/12),0) and not have to format the cell.
if you have the analysis tool pack, you could use then use the DOLLARDE and
DOLLARFR functions.
see this site on how to use them
http://www.cpearson.com/excel/fractional.htm

regards
FSt1

"Mario454" wrote:

I am trying to convert Inches to the nearest foot in a column

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default convert Inches to the nearest foot

If the inches are entered as integers:

A1 = 38

=ROUND(A1/12,0)

--
Biff
Microsoft Excel MVP


"Mario454" wrote in message
...
I am trying to convert Inches to the nearest foot in a column



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 convert decimal to feet and inches Erik Excel Worksheet Functions 5 October 25th 07 11:54 PM
convert to feet and inches sjl Excel Discussion (Misc queries) 3 February 17th 07 12:31 AM
Round to nearest foot (12 inches) Round to nearest foot Excel Discussion (Misc queries) 2 September 7th 06 02:53 AM
is there a macro that will convert from inches to feet and inches cable guy Excel Discussion (Misc queries) 1 June 20th 05 07:29 PM
convert cm to inches VPH Excel Worksheet Functions 3 January 22nd 05 06:59 PM


All times are GMT +1. The time now is 07:49 PM.

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"