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

  • Mark Cronk
    Mark Cronk ✭✭✭✭✭✭
    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

  • Alex Purcell
    edited 12/21/20

    Sorry, by "issues" i mean new rows added

  • Mark Cronk
    Mark Cronk ✭✭✭✭✭✭
    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.

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!