Hello,
So the formula I am trying to create is described as this;
Search column for specific text, if text is found, then search the cell to the left of the found cell for specific text. If the text is true, count.
Currently what I've tried is the following;
=SUM(COUNTIFS(D:D,{"TEST1","TEST2"},C:C,"(TEST3)"))
The problem is column C. Instead of searching the whole column, I want it to search the cell next to the one where TEST1 or TEST2 was found for TEST3.
This should apply for all of column D, if it finds any more text matching TEST1 or TEST2, it will search the adjacent ones as well.
Hopefully this isn't as difficult for some of you guys as it has been for me!
So the formula I am trying to create is described as this;
Search column for specific text, if text is found, then search the cell to the left of the found cell for specific text. If the text is true, count.
Currently what I've tried is the following;
=SUM(COUNTIFS(D:D,{"TEST1","TEST2"},C:C,"(TEST3)"))
The problem is column C. Instead of searching the whole column, I want it to search the cell next to the one where TEST1 or TEST2 was found for TEST3.
This should apply for all of column D, if it finds any more text matching TEST1 or TEST2, it will search the adjacent ones as well.
Hopefully this isn't as difficult for some of you guys as it has been for me!