Hello! I've searched through a few community posts but cannot seem to find an answer to my formula
I'm trying to calculate how many products we have in one column that are not "done" from another column that are both being referenced from the same sheet
where:
{product} = Product1, Product2
{status} = Done, Ready for Acceptance, In Progress, To Do, Requested
right now I have my formula as:
=COUNTIFS({product}, "Product1", {status}, NOT(CONTAINS("Done", {status})))
I've tried multiple variations of this and can't seem to figure it out. I've also tried just contains with adding all the other selections except Done and that hasn't worked either. I know I read somewhere about the limitations of using CONTAINS in COUNTIFS, so happy to try another formula if someone can figure it out!
Many thanks