View Single Post
  #2   Report Post  
Duke Carey
 
Posts: n/a
Default

=SUMPRODUCT(--(N1:N100="DP"),--(I1:I100="S"))

"tw5633" wrote:

I am trying to make a count of sales by salesperson. In column I, I have
"salesperson(DP,PR,BD)", and in column N, I have "sales status (S,NI,L,P,F)".
I want to find out how many "sales(S)", each person has. In a description
=COUNTIF(N:N,"=DP")IF(I:I,"=S") this is basically what I am trying to say. I
know that this is not the correct formula, I have been trying others, however
I haven't had success.