Hello,
I am building a dashboard off off the data contained within my Issue / Action tracker. What I need to do is develop a formula that will allow me to returns a total count of items for 2 areas. Past Due and Upcoming date. I have calculated columns for Status, Formula is =IF(ISBLANK(A15),"",IF(ISBLANK(I15),"Ongoing",IF(ISBLANK(J15),"Open","Closed"))) which will determine if the Item is Open or Closed
and a Manually entered filed for Due Date.
I am having an issue with the following formula. It works with the Today() Function, but errors out if I use a <=Today() for Past due and when I use the Today()+10 for "Upcoming Tasks" it does not return the correct data
The formula I have for Past Due is this =COUNTIFS($K$8:$K$1497,"Open",$I$8:$I$1497,<=TODAY()) and the one I am using for "Upcoming is =COUNTIFS($K$8:$K$1497,"Open",$I$8:$I$1497,TODAY()+10)
Any suggestions or assistance would be greatly appreciated.
Attached is a sample of the file. Please be aware that the formula for past due does NOT contain the <= sign as Excel will not allow me to save it, Since I am doing something incorrectly!
Thank you in advance,
Tim
Bookmarks