Functions
DOLLAR
Format number as currency text
Try it
When to use it
When should I use DOLLAR instead of TEXT or FIXED?
Use DOLLAR when you want a number formatted as a currency string with a dollar sign and optional decimal places, without needing a custom format string.
Used in
Syntax
DOLLAR(number, [decimals])