# of tasks based on due date and owner

PM_Ninja312
βββ
What Smartsheet formula would be best to get the count of tasks due within 10 days if the owner equals "client"?
Tags:
Answers
-
I would do :
=COUNTIFS(owner:owner, "client", date:date, <=TODAY(+10))
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!