IF({Deposit Collected} = 1, “Deposit Collected”, Total/2)
I want the last part of the formula (Total/2) to output a dollar amount with a dollar sign ($).
Right now it’s just putting out the number, it has the decimal point and everything. I can’t figure out how to add the $ sign in front of it so the output looks like $1234.50.
Any help is appreciated!