Inches fractional result. See details here. To force ACA to interpret a whole number result as a real number, use the CDbl VBScript function, as shown at #2 in the image. In this video, we built a more complex formula step by step. To get the value for feet, the INT function is used like this: Inside INT, the value in B5 is divided by 12 and INT simply returns the integer portion of the result, discarding any decimal remainder. Creating  a window schedule and trying to add two columns together, one column is [width] automatic, want to add 3" to the width column using a formula column. On the left half of the image, is a screen capture of the Modify Formula Column dialog, which you get to by editing your Schedule Table Style (one way - use Style Manager). An instance of my test Schedule Table Style is placed below the Windows, each of which is part of the selection set of the Schedule Table. Inches fractional result. If you were not getting errors, you probably have already done this step, but in the interests of completeness and for the benefit of others reading this thread, in order for the formula to be able to take the Window width value (in the example, as generated by the out-of-the-box WindowObjects:Width(Auto) property) and use it in a mathematical expression, the property has to provide a real or integer value, without any text formatting, such as you would get with the Length - Long Property Data Format in an imperial drawing, which is what is assigned to the WindowObjects:Width(Auto) property in my example file. Can you recommend a tutorial that deals with basic VBscript formulas/functions. But all complex formulas are built from simple steps. Example: 7'4 5/16" # of feet = 7' # of inches = 4" Fractional Inch = 5/16" 7'4 5/16" in decimal format = 7.359 Convert Inch and Fraction to decimal format. When added result is a decimal number, want to convert to ft, inch format. When added result is a decimal number, want to convert to ft, inch format. Our goal is to help you work faster in Excel. Example: Width column = 3'-0", Formula column (Header), Formula used: ([width] + 3)/12) Result 3.25 standard formatting. For example, MOD(10,3) = 1. Share your knowledge, ask questions, and explore popular AutoCAD Architecture topics. Enter decimal feet; Precision/denominator for converting to usable fraction; The Results. Formulas are the key to getting things done in Excel. I would have attached a sample file, but I do not have access to a version that uses the 2007 format any longer. To get a value for inches, the MOD function is used like this: where number comes from B5 and the divisor is 12. Want to convert to 3'-3". The result is then concatenated to a string with a single quote and space character. I am fairly certain that things have not changed significantly since the 2008 release, so you should be able to do what I did. in. Those materials are also at the AUGI site, but I believe the free membership level has access to them. This page has been translated for your convenience with an automatic translation service. If you have a formula that works except for the "rounding down to the nearest inch (which is just 1/12 of a foot)" part, then I would simply use the FLOOR() function before your working formula =FLOOR(A1,1/12) will round all of the values down to the nearest 1/12 of a foot. Welcome to Autodesk’s AutoCAD Architecture Forums. Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. Decimal: ft: Precision/Denominator # Results: Feet: ft: Inches: in: Fraction: in: Usable Fraction: in: The Calculator. 3. Thank you for making it free. This formula converts a numeric value in inches to text representing the same measurement in inches and feet. Read more. (See #1 in the image.). Go to Solution. The result is concatenated to two sets of double quotes. You'll also learn how to troubleshoot, trace errors, and fix problems. Learn more about your Autodesk Subscription, Account and Installation and Licensing and connect with other Technology Managers, Schedule formulas convert from decimal to feet, inch. Foot and Inch to Decimal Format Conversion Convert foot, inch and fraction of an inch to decimal format. To get the value for feet, the INT function is used like this: = INT(B5 / 12) & "' " Inside INT, the value in B5 is divided by 12 and INT simply returns the integer portion of the result, discarding any decimal remainder. The forum to which he posted it is no longer available, but I reposted it to a related thread in the 2007 & Prior Forum. Note the INT function rounds down, so negative numbers become more negative. The total distance d in inches (in) is equal to the distance d in meters (cm) divided by 0.0254: d (in) total = d (m) / 0.0254. Rather than change the Property Data Format assigned to that property to a numeric-only format (like the out-of-the-box Standard Property Data Format), I used the Enter Sample Values area of the Modify Formula Column dialog to override the assigned format and set it to Standard. To convert a measurement in inches to inches and feet (i.e. To round inches to a given number of decimal places, wrap the MOD function in ROUND. By dingy101 in forum Excel Formulas & Functions, By kellser in forum Excel Formulas & Functions, By Laserdude in forum Excel Formulas & Functions, By devpatel85 in forum Excel Formulas & Functions, By go_chrisg in forum Excel Formulas & Functions, Search Engine Friendly URLs by vBSEO 3.6.0 RC 1, Convert Decimal to Feet Inches, and round down, Convert Decimal to Feet Inches, and round down.xlsx‎, How To Learn Excel Effectively by Helping People, Convert Feet and Inches (Fractions) to Decimal Feet. The help links in the formula property editing dialog link to articles there. This is not an official translation and may contain errors and inaccurate translations. On the Columns tab, select your Formula Column, and then select the Modify button.