Hi all,
I am looking at a spreadsheet with 3 columns: Issue, DateRaised, Status.
I need to find the following where status <> "closed":
Current issues (less than 30 days)
Issues older than 30 days (less than 60 days)
Issues older than 60 days (less than 90 days)
Issues older than 90 days
I have tried COUNTIFS but can only seem to get issues where <> closed and current.
The formula is something like:
=COUNTIFS($C:$C,"<> closed",$B:$B,">" & TODAY()-30)
I am struggling to find issues over 30 days and less than 60 days as another piece of the puzzle needs to be put in but I cannot get my head around it.
Does anyone have any ideas to help me?
Thanks
N
I am looking at a spreadsheet with 3 columns: Issue, DateRaised, Status.
I need to find the following where status <> "closed":
Current issues (less than 30 days)
Issues older than 30 days (less than 60 days)
Issues older than 60 days (less than 90 days)
Issues older than 90 days
I have tried COUNTIFS but can only seem to get issues where <> closed and current.
The formula is something like:
=COUNTIFS($C:$C,"<> closed",$B:$B,">" & TODAY()-30)
I am struggling to find issues over 30 days and less than 60 days as another piece of the puzzle needs to be put in but I cannot get my head around it.
Does anyone have any ideas to help me?
Thanks
N