I'm new to Smartsheet, so I expect this to be an easy question. I'm using References to pull info across sheets and I need a cell count from the Category Column with an input of "Category 1" only if the Status Column in that row has an input of "Not Started". Here's a copy of my unsuccessful attempt.
=COUNTIFS({Project Status}, "Not Started", {Project Category}, "Category 1")
I get #Incorrect Argument Set error
Appreciate any help on this. Thanks