kylehawkins79
New Member
- Joined
- May 31, 2019
- Messages
- 7
Hello,
I am trying to put together a formula to calculate the number of days action items are past due. Im reading the dates (Column H) between 61 and 90 days past due per se, if the completed column (Column I) is blank and if its designated as an action (Column D). Formula is as follows =COUNTIFS(Findings!$H$3:$H$347,"<="&TODAY()-90,Findings!$H$3:$H$347,">="&TODAY()-61,Findings!$I$3:$I$347,"",Findings!$D$3:$D$347,"Action")
It doesnt seem to be working. any help would be appreciated. Thank you
I am trying to put together a formula to calculate the number of days action items are past due. Im reading the dates (Column H) between 61 and 90 days past due per se, if the completed column (Column I) is blank and if its designated as an action (Column D). Formula is as follows =COUNTIFS(Findings!$H$3:$H$347,"<="&TODAY()-90,Findings!$H$3:$H$347,">="&TODAY()-61,Findings!$I$3:$I$347,"",Findings!$D$3:$D$347,"Action")
It doesnt seem to be working. any help would be appreciated. Thank you