I've tried both... they don't work they say unparseable... what am i missing
I want to
I am looking to add up all P1's that have a region of America Break Fix and a status that is not finished or cancelled, then count all the P1's in the priority column.
=COUNTIF({CS Current Months WO status - Status}="Open",{CS Current Months WO status - Status}="Scheduled",{CS Current Months WO status - Status}="On Site",{CS Current Months WO status - Status}="Parts On Order",{CS Current Months WO status - Status}="Pending Customer Action",{CS current Months WO status Region} = "Americas- Break-Fix"), {CS current Months WO status Priority} = Category8)
=IF(OR({CS Current Months WO status - Status}<>"Finished",{CS Current Months WO status - Status}<>"cancelled"),COUNTIF({CS current Months WO status Region} = "Americas- Break-Fix"), {CS current Months WO status Priority} = Category8),""))