In Excel, the Dollar function converts a number to text, using a currency format.
The format used is $#,##0.00_);($#,##0.00).
The syntax for the Dollar function is:
Dollar( number, decimal_places )
number is the number to convert to text.
decimal_places is the number of decimal places to display.
The number will be rounded accordingly.