FractionReduce ( fraction )
Takes string representing fraction and reduces it to most simple form.
Average rating: 4.3 (29 votes) Log in to vote
Brett Buchmiller None www.filemaker.com |
FractionReduce( "3 4/12" ; "I" )
FractionReduce( "3 4/12" ; "M" )
"10/3"
"3 1/3"
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Takes string representing a fraction and reduces it using GCF function. Will output string as either mixed number or improper fraction based on flag. Part of a library of fraction functions as mentioned in the comments of function.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.