TRUECALC
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

retail · sales

Syntax

DOLLAR(number, [decimals])

On this page