I'm relatively new to Google sheets but I was hoping you could help me out.
Let's say I have the following information in a table:
| Column A | Column B |
|---|---|
| $14.99 | |
| $14.99 | Yes |
| $12.99 | |
| $13.99 | Yes |
| $14.99 | Yes |
I want to use COUNTIF to count the number of times column A has $14.99, BUT I only want to know if in those same results, Column B doesn't contain "Yes". (So in this case the total count should be 1)
Hopefully, that makes sense. Any idea which formula I should use?