Hi there
My COUNTIFS formula is not calculating what I want, correctly.
We have x5 items that are past their delivery date. x3 Of the items are in the "Incomplete" stage, x1 item is in the "Ready for Collection" stage and x1 item is still in process.
I want to count the number of items in process past their delivery date, but it shouldn't include "Incomplete" and "Ready for Collection" items.
My formula is:
=COUNTIFS([Item status]:[Item status], OR(@cell <> "Ready for Collection", @cell <> "Incomplete"), [Estimated completion control]:[Estimated completion control], @cell = "Red")
"Red" indicates that the item is past its delivery date.
The formula calculates a 5. All x5 items. The correct answer is x1 item. It's a sheet summary formula.
What am I doing wrong?
Regards