Back to Functions

TO_DOLLARS

Converts a provided number to a dollar value.

ParserTO_DOLLARS(value)

The TO_DOLLARS function in Google Sheets converts a provided number into a dollar value, applying currency formatting so figures display consistently as monetary amounts. Dive into our comprehensive guide to master its use in financial spreadsheets.

Parameters

  • value: The number to convert into a dollar-formatted value.

Step-by-Step Tutorial

  1. Converting a number to a dollar value:

    • Example: =TO_DOLLARS(1250.5)
    • Result: $1,250.50
  2. Converting a cell reference:

    • Example: If A1 contains 99.9, then =TO_DOLLARS(A1) will return $99.90.

Use Cases and Scenarios

  1. Financial Reporting: Format calculated totals, such as revenue or expenses, consistently as currency.
  2. Invoice and Budget Templates: Ensure numeric inputs automatically display as properly formatted dollar amounts.
  3. Data Standardization: Convert raw numeric imports into a consistent currency format for presentation.

Related Functions

  • TO_PERCENT: Converts a provided number to a percentage.
  • DOLLAR: Formats a number into a text string with currency formatting.
  • TO_TEXT: Converts a provided numeric value to text.

Related Articles

No related articles available for the TO_DOLLARS function.

Newsletter

More TO_DOLLARS examples coming soon.

We are building short, practical updates for Sheets power users.