Sheet Summary Formula - (status type) due in next 7 days
I have a manually altered date column [Next BHL Follow Up Date]
and a status column with a few options such as "Give Reminder to Attend Appointment"
How do I get a sheet summary that tells me the number of Give Reminder to Attend Appointment s are dated for the next 7 days?
Thanks,
Alix
Best Answer
-
Hi @AlixGustav,
Try this. =COUNTIFS(Date:Date, >=TODAY(), Date:Date, <=TODAY(7), Status:Status, "Give Reminder to Attend Appointment")
Make sure to change the column names as appropriate.
Hope this helps,
Dave
Answers
-
Hi @AlixGustav,
Try this. =COUNTIFS(Date:Date, >=TODAY(), Date:Date, <=TODAY(7), Status:Status, "Give Reminder to Attend Appointment")
Make sure to change the column names as appropriate.
Hope this helps,
Dave
-
Perfect, that worked. Thanks!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 416 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!