So i'm trying to get the formula to count how many of these tasks a person has done when you select the criteria. It works whenever I keep the cell value as a singular item. However, having (AS, NK) doesn't get counted, in that circumstance 2 people did the task together.
Is there a way to get the formula to count if "AS" appears within column 2 correlating to column 1's task selection.
The formula i'm using is =COUNTIFS(C16:C26,F15,B16:B26,G15)