View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Eva Eva is offline
external usenet poster
 
Posts: 197
Default Count cell A1 only if cell B2 = Yes

Try this
COUNTIF($A$19:$A$3703, "yes")

--
Click Yes if correct

"Frustrated" wrote:

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)