Countifs function for multiple criterias

Hi everyone,
I tried finding help on the forum but was unsuccessful. I hope you can help! I have a column for Type of projets and another column for Phase of project. I want to have the total number of projects that are: 'Tech Transfer X' & 'Tech Transfer Y' in column Type but excluding the 'Not Initiated' projects in column Phase.
What formula should I use?
Thank you for your help! I really need this to complete my dashbaord.
Best Answer
-
Hi @ebaho
Please see if this formula works for you:
=COUNTIFS(Type:Type, OR(@cell = "Tech Transfer X", @cell = "Tech Transfer Y"), Phase:Phase, <>"Not Initiated")
Hope this helps!
Answers
-
Hi @ebaho
Please see if this formula works for you:
=COUNTIFS(Type:Type, OR(@cell = "Tech Transfer X", @cell = "Tech Transfer Y"), Phase:Phase, <>"Not Initiated")
Hope this helps!
-
Works! Thank you so much for all your help!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 207 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!