This is the formula: =COUNTIFS(A2:A8, "Refurb",B2:B8,">=TODAY()-7",C2:C8, "None")
In short I need to count if:
Workstream = Refurb
Date=last 7 days
Fail=None
However, getting an answer of 0 when it should be two as per the attached test sheet. it appears the date test is the problem.