Question 5
For the Data Given below, which function would you use to count the number of salespeople who exceeded both their Q1 and Q2 quotas.
COUNT(A2:A5,"=Yes",C3:C5,"=Yes")
COUNTIFS(B2:B5,"=Yes",C2:C5,"=Yes")
COUNTIF(B2:B5,"=Yes",C2:C5,"=Yes")
COUNTA(C2:C5,"=Yes",D2:D5,"=Yes")