I am trying to calculate the total cost if Agency = X and if Status = Converted, take Total Spend - i've tried it a few ways but its just returning errors
Here's my most recent one:
=IF([Total Cost for Converted]@row <> "", [Total Cost Overall]@row + IF(CONTAINS("Converted", {Status Range}), {Estimated Travel Spend}, 0), 0)
I'm also trying to find a way to display a pie chart or graph of some sort to show what agencies are under what status - is there a way to do this without making it into a report?
@Paul Newcome 😁