The DOLLARFR function is one of the financial functions. It is used to convert a dollar price represented as a decimal number into a dollar price represented as a fraction.
Syntax
DOLLARFR(decimal_dollar, fraction)
The DOLLARFR function has the following arguments:
Argument
Description
decimal_dollar
A decimal number.
fraction
An integer you wish to use as a denominator for a returned fraction.
Notes
For example, the returned value of 1.03 is interpreted as 1 + 3/n, where n is the fraction value.