I am having a table that lists salespersons, to which company they outreach, and which outreach channel (e.g. email, call etc.) they are using. I am interested in calculating how many times a unique salesperson reached out by the respective channel but to only count unique companies. I.e. if a salesperson called the same company 2 or more times I only want to count it once. This is part of the table:
Now if I try to calculate it in the yellow cell, the following formula:
=(COUNTIFS(B:B,A1,D:D,"Call"))
returns three because I couldn't find a way how I bring column B (Company) into the picture. Does anyone know how I can achieve the desired result of counting only 2 as Marc called three times but two times into the same company (A)?
