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
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!