Skip to Content

DOLLARDE

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

Syntax

DOLLARDE(fractional_dollar, fraction)

Parameters

  • fractional_dollar: Required. A number expressed as an integer part and a fraction part, separated by a decimal symbol
  • fraction: Required. The integer to use in the denominator of the fraction

Example

=DOLLARDE(1.02, 16)
Returns: NumberSince: Excel 2003