The DOLLARDE function in Google Sheets converts a dollar price expressed as a fraction, such as a bond price quoted in a fractional format, into an equivalent decimal value. It's a staple for financial professionals working with bond and security pricing. Dive into our comprehensive guide to master its application.
Parameters
fractional_price: The dollar price expressed as a decimal fraction, where the digits after the decimal point represent the fractional units.unit: The units of the fraction, such as16for sixteenths or32for thirty-seconds.
Step-by-Step Tutorial
- Converting a fractional bond price to decimal:
- Example:
=DOLLARDE(1.02, 16) - Result:
1.125(1 and 2/16 converted to decimal form)
- Example:
Use Cases and Scenarios
- Bond Pricing: Convert fractional bond price quotes into decimal prices for calculations.
- Financial Reporting: Standardize fractional security prices before comparing them across instruments.
- Investment Analysis: Prepare fractional price data for use in yield and return calculations.
Related Functions
DOLLARFR: Converts a decimal price into a fractional dollar price.RATE: Calculates the interest rate of an annuity investment.
Related Articles
No related articles available for the DOLLARDE function.