Hello - I am trying to count something if it meets the criteria and running into an Invalid operation error.
What I want to do: If the priority in another sheet is NOT "N/A", Count the status in another sheet if it equals "New".
I was trying to do this: =IF({Priority for AAG} = "N/A", =COUNTIF({Status Column} = [Helper Column - Status]@row)) but I don't think I'm completing the formula as I'm not putting in a false value statement mostly because I don't want it to count it.
What am I missing?