Hi,
Always appreciate your time.
I feel like this shouldn't be hard - end of day eyes maybe?
Column #1 count if a particular Stakeholder name
Column#2 count if Status = "Open" or "Ongoing"
I'm getting errors with these formulas
=COUNTIFS([Primary Stakeholder]:[Primary Stakeholder], "P&T", Status:Status, "open", Status:Status, "Ongoing")
=COUNTIFS([Primary Stakeholder]:[Primary Stakeholder], "P&T", Status:Status, "Open", OR(Status:Status, "Ongoing"))
=COUNTIFS([Primary Stakeholder]:[Primary Stakeholder], "P&T", Status:Status, "Open", OR,COUNTIF(Status:Status, "Ongoing"))