Hi all
I have a project task list, and I am trying to produce a dashboard summary sheet. One of the items would be to count the number of tasks which remain uncompleted against the following criteria
Issues open longer than 90 days
Issues open between 60 and 89 days
Issues open between 30 and 59 days
Issues open between 15 and 29 days
Issues open for 14 days or less
Any uncompleted task has the status "actioned" (don't ask why it's not open!!
I have named ranges which are "issueopendate" and "issuestatus". When a task is completed the status is changed to "closed" and a date entered in a separate column
We also have a date cell (C5) which is entered manually and allows us to change all the graphs on the dashboard to whatever period we like.
I have got as far as =SUMPRODUCT(--(issuestatus="actioned"),--(actionopendate<=C5))
This counts the total number of issues raised before the date in C5
Now I'm stuck. I would still like to use the C5 date so that we can see what the project was like as at a certain date in time, but don't know how to then count dates between ranges..
Am I making life too complicated for myself....it's giving me a headache
I have a project task list, and I am trying to produce a dashboard summary sheet. One of the items would be to count the number of tasks which remain uncompleted against the following criteria
Issues open longer than 90 days
Issues open between 60 and 89 days
Issues open between 30 and 59 days
Issues open between 15 and 29 days
Issues open for 14 days or less
Any uncompleted task has the status "actioned" (don't ask why it's not open!!
I have named ranges which are "issueopendate" and "issuestatus". When a task is completed the status is changed to "closed" and a date entered in a separate column
We also have a date cell (C5) which is entered manually and allows us to change all the graphs on the dashboard to whatever period we like.
I have got as far as =SUMPRODUCT(--(issuestatus="actioned"),--(actionopendate<=C5))
This counts the total number of issues raised before the date in C5
Now I'm stuck. I would still like to use the C5 date so that we can see what the project was like as at a certain date in time, but don't know how to then count dates between ranges..
Am I making life too complicated for myself....it's giving me a headache