I have a list of 200 items.
I want to count the ones that are NOT "Jimmy"
=COUNT([columnA]:[columnA] - COUNTIF([columnA]:[columnA],"Jimmy")
But I have a second column that I need to know the NOT "Jimmy".
what I would like is
COUNTIFS( not this::: ([columnA]:[columnA],"Jimmy"), and this ([columnB]:[columnB],"Maryland") )
or count the number of items in my list that are in Maryland but not named "Jimmy"
I think I need a new column (which I have working), but am hoping somehow to put that NOT in the COUNTIFS somehow.
Nothing I have tried has worked.
Craig