I have some Excel columns that look like this.
1774 David Not Upheld
1770 James Upheld
1771 David Upheld
1772 Sam Upheld
1768 Arthur Not Upheld
1769 James Upheld
How can I write an Excel formula for: count the number of rows with 'James' in column B, and 'Upheld' in column C?
I know how to do each of these conditions individually (using COUNTIF), but I'm not sure of the best way to combine them.
Thanks!