Check Box count rolling 30 days
Options

Jason P
βββββ
Hi all.
I'm looking to count the number of Marketing opportunities indicated by a check box on a rolling 30 days, formula below #unparseable.
=COUNTIFs([Marketing]:[Marketing], 1), >=TODAY(-30), [Date of Order:]:[Date of Order:], <=TODAY()))
Regards
Cheers.
Best Answer
-
It looks like your syntax is off.
=COUNTIFS([Marketing]:[Marketing], @cell = 1, [Date of Order:]:[Date of Order:], AND(@cell>=TODAY(-30), @cell <=TODAY()))
Answers
-
It looks like your syntax is off.
=COUNTIFS([Marketing]:[Marketing], @cell = 1, [Date of Order:]:[Date of Order:], AND(@cell>=TODAY(-30), @cell <=TODAY()))
-
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!