Skip to content
Excel

DOLLARFR function in Excel

Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction

=DOLLARFR(decimal_dollar, fraction)

DOLLARFR syntax and parameters

Two arguments, two required.

  • decimal_dollarnumberRequired

    A decimal number.

  • fractionnumberRequired

    The integer to use in the denominator of a fraction.

DOLLARFR examples

Formulas you'll actually reuse.

  1. A decimal price back into 16ths notation:

    =DOLLARFR(1.125, 16)

    Result1.02

  2. 99.5 as a bond quote in 32nds:

    =DOLLARFR(99.5, 32)

    Result99.16

DOLLARFR in Google Sheets

Same name — your formula ports as-is.

Try DOLLARFR in the playground

Edit the example — nothing to install.

Preloaded with the DOLLARFR formula from Example 1 — change anything and watch it respond.

Loading the editor…