Hi everyone,
I figured out how to use COUNTIF to count items within a column.
=COUNTIF({Task Tracking - Phase}, "Initiation") + COUNTIF({Task Tracking - Phase}, "Planning") + COUNTIF({Task Tracking - Phase}, "Execution") + COUNTIF({Task Tracking - Phase}, "Close Out")
I would like to create a formula that does this same thing but only count them if {Task Tracking - Business Unit} "Payments".
I tried this Formula
=IF({Project Tracking - Business Unit}, "Payments" COUNTIF({Task Tracking - Phase}, "Clout Out") + COUNTIF({Task Tracking - Phase}, "Execution"))
I get an "UNPARSEABLE error.
Any thoughts on is wrong with the syntax? Thanks in advance.