DOLLARFR

DOLLARFR convert to dollar fraction

Synopsis

DOLLARFR(decimal_dollar,fraction)

Arguments

decimal_dollar: amount to convert

fraction: denominator

Description

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.

See also

DOLLARDE.