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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!