I have a formula that's working great until I attempt to add timeframe logic to it.
The goal is to calculate total number of projects the Campaign Owner has with the 3 Status field values included in the past 30 days, as of the current date. Where am I going wrong?
=COUNTIFS([Campaign Owner]:[Campaign Owner], "Bob Builder", Status:Status, OR(@cell = "SENT.", @cell = "SCHEDULED.", @cell = "PASSED QA"), >TODAY(-30))