Count cell A1 only if cell B2 = Yes

F

Frustrated

Here is my current formula that counts each sale my reps make but now i need
to only count the sale only if cell B is "yes" and not count if cell b is
"No" I have tried IF formulas but i just cant get it worked out. Please help
Current Formula that counts my sales reps. =COUNTIF($A$19:$A$3703, A10)
 
P

Peo Sjoblom

If a yes would always be a sale why not just count the yes in B instead? If
A can be blank and B yes use



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


--


Regards,


Peo Sjoblom
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top