Converts a number to a monetary format.
$money(number)
| number | a number, or an expression that evaluates to a number |
Number, with two decimal places.
Use $money to convert a number into a monetary number (i.e., with two decimal places). Number is rounded if necessary.
$money(101.325+48.674)
Evaluates to 150.00.