Hi, I’m a new Monday user and I was hoping to get some help on a custom formula column i have on a table.
For context, I am trying to display an average cost per lead for my Facebook Ads, I am using Supermetrics Campaign Reporting.
I have data in Total Spent Column.
I have data in Results Column.
I have a column i created which i have called 'Cost Per Result which is made by using the following formula:
“£” & TEXT({Total Spent (GBP)}/{Results}, “#,##0.00”)
Thanks to the members that have helped with the string to allow me to add the £ symbol.
Some of the Rows in my Results column have 0 so my Cost Per Results Column is displaying an error. Is there something i can do to my Cost Per Results formula that will make it display a 0 if 0 exists in the Result Column?
Hope that makes sense, I’m still learning!