I have a formula that creates a note and within that note is a sum of numbers. For example, JOIN("This is your total: $" + round(sum([Number1]@row, [Number2]@row), 2))
When I use this formula, the results look like "This is your total: $34000.00" when I need it to return "This is your total: $34,000.00".
When I use FunctionAssist it tells me to use the TEXT function but this doesn't exist in SmartSheet??
Any ideas?