View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom[_3_] Peo Sjoblom[_3_] is offline
external usenet poster
 
Posts: 136
Default Counting cells only if cell X equals "yes"

Please refrain from multiposting


=SUMPRODUCT(--($A$19:$A$3703=A10),--($B$19:$B$3703="Yes"))

--


Regards,


Peo Sjoblom


"Frustrated" wrote in message
...
I am tracking my sales reps sales. I currently have a formula to track
that,
but now i need to track their sales only if they add a certian feature to
the
sale. So now i need to find a formula that tracks their sales if they
answer
yes to cell x. If they answer no to cell X i do not want to count that
sale. Can someone please help. The formula that tracks their individual
sales is COUNTIF($A$19:$A$3703, A10)