Converts a price quotation given as a decimal fraction into a decimal value.
Sample Usage
DOLLARDE(1.02,16)
DOLLARDE(A2,8)
Syntax
DOLLARFR(fractional_price, fraction)
- fractional_price - The price quotation given using fractional decimal conventions.
- fraction - The denominator of the fraction.
Examples
DOLLARDE(1.02,16) returns the decimal value 1.125.