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
- 65.5K Get Help
- 448 Global Discussions
- 145 Industry Talk
- 481 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 73 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!