FractionMath ( fraction1 ; Fraction2 ; Operator )
Allows basic mathematical operations leaving fractions in fractional form, reduced form.
Average rating: 4.6 (28 votes) Log in to vote
Brett Buchmiller None www.filemaker.com |
FractionMath( "3 3/8" ; "4 4/5" ; "x" )
"16 1/5"
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
As noted in comments of function, part of required library of functions to work with fractions. If you change the "M" in the FractionReduce function to "I", the results will be reported as improper fractions rather than mixed numbers.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.