Hello everyone, I'm not sure what kind of function of is needed here, though here's a sample of the data and what I'm trying to do:
The formula should return a count of how many times an email address in column D meets these criteria:
Using COUNTIFS would be ideal in this case if it weren't for column A; I can't figure out how to tell the formula to look for at least 3 of the 5 session numbers. Does anyone have ideas? Thank you in advance!
Session 1 | Startup Arabic | Yes | mickeymouse@aol.com | Turkey | Male | Syrian | ||
Session 2 | Startup Arabic | Yes | mickeymouse@aol.com | Turkey | Male | Syrian | ||
Session 4 | Startup Arabic | Yes | mickeymouse@aol.com | Turkey | Male | Syrian | ||
Session 1 | Startup English | Yes | mickeymouse@aol.com | Turkey | Male | Syrian | ||
Session 2 | Startup English | Yes | mickeymouse@aol.com | Turkey | Male | Syrian | ||
Session 3 | Startup English | Yes | mickeymouse@aol.com | Turkey | Male | Syrian | ||
Session 5 | SME Arabic | Yes | mickeymouse@aol.com | Turkey | Male | Syrian |
The formula should return a count of how many times an email address in column D meets these criteria:
- At least 3 of the following 5 values are found for column A: "Session 1", "Session 2", "Session 3", "Session 4", and/or "Session 5"
- Column B is "Startup Arabic"
- Column C is "Yes"
- Column D is "Turkey"
- Column E is "Male"
- Column F is "Syrian"
Using COUNTIFS would be ideal in this case if it weren't for column A; I can't figure out how to tell the formula to look for at least 3 of the 5 session numbers. Does anyone have ideas? Thank you in advance!