Show AllShow All

DOLLARFR

See Also

Converts a dollar price expressed as a decimal number into a dollar price expressed as a fraction. Use DOLLARFR to convert decimal numbers to fractional dollar numbers, such as securities prices.

If this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

ShowHow?

Syntax

DOLLARFR(decimal_dollar,fraction)

Decimal_dollar    is a decimal number.

Fraction    is the integer to use in the denominator of a fraction.

Remarks

Example

The example may be easier to understand if you copy it to a blank worksheet.

ShowHow?

 
1
2
3
A B
Formula Description (Result)
=DOLLARFR(1.125,16) Converts the decimal number 1.125 to a number read as 1 and 2/16 (1.02)
=DOLLARFR(1.125,32) Converts the decimal number 1.125 to a number read as 1 and 1/8 (1.04)