COUNTIFS Formula Issue

MCarlisle
✭✭✭
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))
Answers
-
@MCarlisle You need to have a reference for the date column. You just have the criterion >Today(-30) but no criterion date range.
Darren Mullen - Looking to take your Smartsheet knowledge to the next level and become an expert? Join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!