Hi, having alot of trouble with this one. I need to count a string of text, lets say "VP" in two columns, but ignore a duplicate if it shows up in the same row. I need "cat" to be found within any other strings, but the asterisk rule doesn't seem to work in SUMPRODUCT. What makes it even more challenging is I'm using INDEX and MATCH to find the correct columns as the data may be entered in the master sheet in a different order.
For example, here's what I have for it to find my string in one column:
=COUNTIF(INDEX('Custom Source'!A2:P900,0,MATCH("Manager Review",'Custom Source'!1:1,0)),"*"&"VP"&"*")
What would I do if I wanted to check another column that I also had to index match but keep it from counting dupes in the same row?
Thanks!
For example, here's what I have for it to find my string in one column:
=COUNTIF(INDEX('Custom Source'!A2:P900,0,MATCH("Manager Review",'Custom Source'!1:1,0)),"*"&"VP"&"*")
What would I do if I wanted to check another column that I also had to index match but keep it from counting dupes in the same row?
Thanks!