DOLLARFR(decimal_dollar,fraction)
decimal_dollar: amount to convert
fraction: denominator
DOLLARFR converts a decimal dollar amount into a fractional amount which is represented as the digits after the decimal point. For example, 2/8 would be represented as .2 while 3/16 would be represented as .03. This is the inverse of the DOLLARDE function.