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
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 462 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!