I have what I think should be a simple formula, but I only get "#UNPARSEABLE".
I just want to return a count when the WAVE column contains "Wave 2" AND the STATUS column contains "Not Started". My current formula is:
=COUNTIFS({Wave}, "Wave2" AND {Status}, "Not Started")