COUNT IFS for Assigned Person

I want to count the number of tasks due within a certain time frame, let's say next 7 days. I have found the following formula to work:

=COUNTIFS([Due Date]:[Due Date], >=TODAY(), [Due Date]:[Due Date], <=TODAY(7))

However, I now want to expand the formula so it is only counting the number of tasks due that is assigned to a specific individual. I have not been able to figure out which formula to make this work.

Does anyone have some suggestions I can try?

Tags:

Answers

  • Kelly Moore
    Kelly Moore Community Champion

    Hello @Jstaley11

    Are you allowing multiple contacts in the Assigned To column? If not, one can try this formula

    =COUNTIFS([Due Date]:[Due Date], >=TODAY(), [Due Date]:[Due Date], <=TODAY(7), [Assigned To]:[Assigned To], [Assigned To]@row)

    Be sure to edit my formula so that the column name matches your actual Assigned to column name.

    Does this work for you? If not, a screenshot of your sheet will help the community.

    Kelly

  • Jstaley11
    Jstaley11 ✭✭
    edited 03/10/22

    @Kelly Moore It does not seem to work. Here is a screenshot.


Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!