In Sheet 1, I have a drop down column called [Status] and a contact column called [Program Developer].
In Sheet 2, I want to write a formula that counts the number of times (or rows) in which Email@row (in Sheet 2) appears in [Program Developer] in Sheet 1, when the [Status] of that row contains "Stage 1".
If I'm just counting instances of Email@row, no problem. I am not sure how to include the CONTAINS part for the Status column.