How do I put a comma in multiple summary numbers?
How do I fix my beastmode to add commas to my dollar amounts? CONCAT('Total Revenue - $',ROUND(SUM(`Revenue`)),'<br>Total Net Profit - $',ROUND(SUM(`Net Profit`))) Result: Total Revenue - $54783 Total Profit - $12455 But what I want to see is: Total Revenue - $54,783 Total Profit - $12,455 Thank you, Nicole