I think I am off my game. I cannot for the life of me figure out how to use NOT in a cross reference formula... I have a sheet with tons of data and am referencing a status column that has four options, blank, not started, in progress and complete. I want to count every row that is NOT complete. Here is what I have tried...
=COUNTIFS({Testing Sheet Range 2}, =NOT("complete"))
=COUNTIFS({Testing Sheet Range 2}, NOT("Complete"))
=COUNTIFS({Testing Sheet Range 2}, "NOT('Complete')")
Not sure what I'm missing and why it won't give me the results I need. Please help!