Countifs formula looks at two columns, multi items in one of the columns
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"))
Best Answer
-
So close @NCharleb !
It's a little funky how it works.
You want to go with:
=COUNTIFS([Primary Stakeholder]:[Primary Stakeholder], "P&T", Status:Status, OR(@cell = "Open", @cell = "Ongoing"))
Let me know if that works or if you have any other things you need help with!
-Jon Mark
Answers
-
So close @NCharleb !
It's a little funky how it works.
You want to go with:
=COUNTIFS([Primary Stakeholder]:[Primary Stakeholder], "P&T", Status:Status, OR(@cell = "Open", @cell = "Ongoing"))
Let me know if that works or if you have any other things you need help with!
-Jon Mark
-
Jon, you are my favorite person today - it worked! Thank you!
-
Haha - excellent! Glad I could help!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!