I am trying to rollup data to summarize how many projects have a completion date in the next 30, 60, and 90 days.
Currently, I have them set up like this.
=COUNTIFS({2021 Strategic Plan Initiatives Master Range 2}, <=TODAY(30))
=COUNTIFS({2021 Strategic Plan Initiatives Master Range 2}, <TODAY(60))
=COUNTIFS({2021 Strategic Plan Initiatives Master Range 2}, <TODAY(90))
The first formula is what I need.
For the 2nd formula, I want to calculate projects with a completion date 31-60 days from today.
For the 3rd formula, I want to calculate projects with a completion date of 61-90 days from today.
Thanks in advance for your help!