Count of how many rows have been added between monday-sunday, resetting each week
Hi,
I'm hoping to get a workflow to send a notification to a Slack Channel once a week with the count of how many issues have been uploaded that week. This would count from the closest Monday until resetting again the following week.
Is anything like this possible?
Cheers team
Best Answer
-
Hi @Alex Purcell ,
To count rows added during the current week the formula would be:
=COUNTIF(Created:Created, WEEKNUMBER(@Cell)=Weeknumber(Today())
You'll need the system column Created which is the date-time the row was added.
I'm not familiar with Slack but the automation should be pretty straightforward.
Help?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
Sorry, by "issues" i mean new rows added
-
Hi @Alex Purcell ,
To count rows added during the current week the formula would be:
=COUNTIF(Created:Created, WEEKNUMBER(@Cell)=Weeknumber(Today())
You'll need the system column Created which is the date-time the row was added.
I'm not familiar with Slack but the automation should be pretty straightforward.
Help?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!