Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I work with lengths, in inches (sometimes 50000 +inches), but need a quick way to convert them into feet and inches. Here is an example:
a1 144.625 b1 (suma1:a100) a2 143.875 b2 b1/12 <----------- this would give me 615.9832 feet : : a35 145.0 (I can be adding anywhere from 35 lengths to 325 lengths at a time) How do I get it to drop the whole feet, then multiply the "point feet" by 12 to get the inches again? -- Have you ever noticed the Roman Numerals for 40 is " XL". |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Try this =INT(ROUND(B1,0)/12)&" ft "&MOD(ROUND(B1,0),12)&" ins" -- daddylonglegs ------------------------------------------------------------------------ daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486 View this thread: http://www.excelforum.com/showthread...hreadid=570954 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
feet and inches | Excel Worksheet Functions | |||
is there a macro that will convert from inches to feet and inches | Excel Discussion (Misc queries) | |||
Calculating the Area of objects in Feet and Inches | Excel Discussion (Misc queries) | |||
Converting inches to feet & inches. | Excel Worksheet Functions | |||
How can I format a cell to accept feet and inches and add them | Excel Worksheet Functions |