Converts a price quotation given as a decimal value into a decimal fraction.
Sample Usage
DOLLARFR(1.125,16)
DOLLARFR(A2,8)
Syntax
DOLLARFR(decimal_price, fraction)
- decimal_price - The price quotation given as a decimal value.
- fraction - The denominator of the fraction.
Examples
DOLLARFR(1.125,16) converts the decimal number 1.125 to a decimal fraction. The result returned is 1.02, read as 1 and 2/16.