How to Use the DOLLARDE Function in Google Sheets

Published on

The DOLLARDE is a financial function in Google Sheets that allows users to convert a price quotation, often used in pricing U.S. Treasury bonds, from a fractional format into a decimal value. In this post, we will explore the syntax, arguments, and practical usage of this function.

While understanding how to write a decimal fraction is helpful, it is not essential for using this function effectively.

Syntax and Arguments of the DOLLARDE Function

Syntax

DOLLARDE(fractional_price, unit)

Arguments

The DOLLARDE function requires two arguments:

  • fractional_price: This represents the price quotation written using fractional decimal conventions (an integer part followed by a fractional part separated by a decimal point).
  • unit: This is an integer used as the denominator (divisor) of the fraction. For example, use:
    • 8 for 1/8ths
    • 16 for 1/16ths
    • 32 for 1/32nds

The DOLLARDE function will divide the fractional part of the fractional price by the specified unit.

Example Calculation

For instance, if we have a fractional_price of 10.2 and a unit of 8, the calculation performed by the function is:

10+(2/8)=10.25

In Google Sheets, you would write this as:

=DOLLARDE(10.2, 8)

Manual Calculation Method

Before diving deeper into examples, let’s look at a manual calculation table to reinforce understanding.

Table #1: Manual Calculations

Fractional PriceUnitResultFormulaDescription
10.2810.25=10+2/8The price has a precision of 1/8 of a dollar.
10.21611.25=10+20/16The price has a precision of 1/16 of a dollar.
1.5164.13=1+50/16
4.0264.03=4+0.2/6
100.018100.01=100+0.1/8
1.5552.1=1+5.5/5
1.55164.44=1+55/16
100.254100.63=100+2.5/4
1.5242.3=1+5.2/4
1.02161.13=1+2/16

This table illustrates how to express decimal fractions with decimal points without using any denominators. Please refer to both the fractional price and formula columns for clarity.

Examples of the DOLLARDE Function in Google Sheets

You can utilize the same fractional prices and units in a Google Sheet to apply the DOLLARDE function, converting price quotations expressed as decimal fractions into decimal values.

Examples of Using the DOLLARDE Function in Google Sheets

Possible Errors and Their Reasons

While using the DOLLARDE function, you may encounter the following error messages:

  • #NUM!: If the unit (fraction) is less than zero, the formula will return this error.
  • #DIV/0!: This error occurs when the second argument (unit) is greater than or equal to 0 and less than 1 (0 ≤ unit < 1).
  • #VALUE!: This error arises when any of the arguments are non-numeric strings. However, a number formatted as text will not cause any issues.

Additionally, if the unit parameter is not a whole number (integer), it will be truncated.

Conclusion

The DOLLARDE function is a valuable tool for converting fractional price quotations into decimal values in Google Sheets. By understanding its syntax, arguments, and potential errors, you can effectively apply this function to financial calculations.

Thank you for reading! Enjoy using the DOLLARDE function in your financial analyses!

Prashanth KV
Prashanth KV
Your Trusted Google Sheets and Excel Guide Prashanth KV brings a wealth of experience in Google Sheets and Excel, cultivated through years of work with multinational corporations in Mumbai and Dubai. As a recognized Google Product Expert in Docs Editors, Prashanth shares his expertise through insightful blogging since 2012. Explore his blog for practical tips and guidance on maximizing your spreadsheet skills.

Finding Most Frequent Text in Excel with Dynamic Array Formulas

Looking to identify the most frequently occurring text in Excel? You can do this...

Hierarchical Numbering Sequences in Excel

Creating hierarchical numbering sequences in an Excel spreadsheet can significantly improve the way you...

How to Easily Repeat a Sequence of Numbers in Excel

Excel offers multiple ways to accomplish tasks, and the simplicity of each approach depends...

Create a Sequence of Dates at Every Nth Row in Excel (Dynamic Array)

Would you like to create a sequence of dates in every nth row in...

More like this

XMATCH Row by Row: Finding Values Across a Range in Google Sheets

Using the BYROW function with XMATCH in Google Sheets allows us to match values...

Limit Formula Expansion to a Specific Row in Google Sheets

In this tutorial, I’ll explain how to limit the expansion of an array formula...

3-D Referencing Structured Data Tables in Google Sheets

When you have several tables within a single sheet—not across multiple sheets in a...

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.