Converting number field to Money

Hi,

I have a Money field which is using a formula as:
if age < 19 then 0 elsif age > 19 then random(35000, 250000) end

How can I convert this field so that it actually converts the number to a $ value. Currently it just displays a number without the $.