I am trying to convert a decimal to a fraction and display the result as text. I found a custom function "DecimalToFraction ( number )" that does this but I am not getting the desired result. It's converting .6666666 to 43/64. I want it to return the result as 2/3.
Can someone please tel...