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
-
Converting a number to a dollar value:
- Example:
=TO_DOLLARS(1250.5) - Result:
$1,250.50
- Example:
-
Converting a cell reference:
- Example: If
A1contains99.9, then=TO_DOLLARS(A1)will return$99.90.
- Example: If
Use Cases and Scenarios
- Financial Reporting: Format calculated totals, such as revenue or expenses, consistently as currency.
- Invoice and Budget Templates: Ensure numeric inputs automatically display as properly formatted dollar amounts.
- 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.