I am trying to count or sum the total number of times that three conditions are met. I have three columns that I want to show the total number of times each column has the criteria I am looking for. I have it working but I have to pull it down each row and I don't want to have multiple formulas in each row. Here is what I have so far. I want it to sum each time the conditions are met in one cell.
=IF(AND($E3="Repcon",$C3=1,$I3>0),1,"")
I was trying to maybe use Index Sum Match???
=IF(AND($E3="Repcon",$C3=1,$I3>0),1,"")
I was trying to maybe use Index Sum Match???