I want to know, from a list of event attendees, who is coming to each of two seperate events. I've pivoted my data with the names of two events as column headings but I only want a total of folks coming to both events. I tried countifs and sumifs but I don't think the range is working.
=SUMIFS(B5:C5, B5:B5, ">0", C5:C5, ">0")
EVENT 1EVENT 2ATTENDING BOTH
MR B10
MR A112
MR C10
MR D112
=SUMIFS(B5:C5, B5:B5, ">0", C5:C5, ">0")
EVENT 1EVENT 2ATTENDING BOTH
MR B10
MR A112
MR C10
MR D112