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
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!