I am trying to create a sheet summary formula to count the number of projects that are within a number range (# of days out or past). I am not sure what function or formula to use but I created a formula like this that isnt working: =COUNTIFS([# of days to Finish Date]:[# of days to Finish Date],=>0,([# of days to Finish Date]:[# of days to Finish Date],=<30))
I want to create a formula that will count # of projects that are between 0-30 days out and 31-60 days out.
Any ideas?