Hi! I'm fairly new to formulas and not sure where I'm going wrong here, any help or insight would be greatly appreciated :-) - thank you!
I'm trying to say, in a Metrics sheet, "please count this status if it is "Not Started", checked as active (it's a checkbox column), and says "Near-Term" in the drop-down field in that column.
It says #unparseable so I know it's something simple...but not simple enough for me to figure out lol...
=COUNTIF({Sample Project Tracker STATUS COLUMN}="Not Started"), IF(AND({Sample Project Tracker ACTIVE}="Check")), IF(AND({Sample Project Tracker GROWTH PLAN} = "Near-Term")))