These two formulas work independently but I cant figure out how to put them together
I'm trying to count the status values AND Countries
=SUM(COUNTIFS(Table6[Lead Status],{"Open","Suspect","Working - Attempted","Working - Connected"}))
=SUM(COUNTIFS(Table6[Country],{"United States","Canada"}))...