Jun 08 2022 01:20 AM
Hi
I have tried the below formula, however it is not working. I would like to count the rows if the date (SDMF Tasklist (build)'!E:E) is due within the next 7 days but it also has to have the status "not started"
=COUNTIFS('SDMF Tasklist (build)'!E:E,">"&TODAY()+7,'SDMF Tasklist (build)'!C:C,"Not Started")
thanks in advance 🙂
Jun 08 2022 01:22 AM
Jun 08 2022 02:31 AM
Solution=COUNTIFS('SDMF Tasklist (build)'!E:E,"<="&TODAY()+7,'SDMF Tasklist (build)'!E:E,">="&TODAY(),'SDMF Tasklist (build)'!C:C,"Not Started")
You can try this formula if the due date is from TODAY up to TODAY+7.
=COUNTIFS('SDMF Tasklist (build)'!E:E,">="&TODAY()+7,'SDMF Tasklist (build)'!E:E,"<="&TODAY()+14,'SDMF Tasklist (build)'!C:C,"Not Started")
You can try this formula if the due date is from TODAY +7 up to TODAY+14.
Jun 08 2022 05:27 PM
Jun 08 2022 02:31 AM
Solution=COUNTIFS('SDMF Tasklist (build)'!E:E,"<="&TODAY()+7,'SDMF Tasklist (build)'!E:E,">="&TODAY(),'SDMF Tasklist (build)'!C:C,"Not Started")
You can try this formula if the due date is from TODAY up to TODAY+7.
=COUNTIFS('SDMF Tasklist (build)'!E:E,">="&TODAY()+7,'SDMF Tasklist (build)'!E:E,"<="&TODAY()+14,'SDMF Tasklist (build)'!C:C,"Not Started")
You can try this formula if the due date is from TODAY +7 up to TODAY+14.