COUNTIFS with multiple contacts in the same cell then reference a second column
Hi,
=COUNTIFS([24-7 PM]:[24-7 PM], HAS("Jon Cornwell", @cell), [Project Type]:[Project Type], "LV Switchgear")
I am trying to create a summary which shows how many of a certain project type a project manager may be involved in. Hope that makes sense
I can get the first part of the formula to work on its own..
=COUNTIFS([24-7 PM]:[24-7 PM], HAS("Jon Cornwell", @cell))
but as soon as I add the criteria for the second column, namely the Project Type, it returns a 0 value
Please see picture below.
Can anybody help please?
Answers
-
Try it like this:
=COUNTIFS([24-7 PM]:[24-7 PM], FIND("Jon Cornwell", @cell) >0, [Project Type]:[Project Type], "LV Switchgear")
Edit - this should also work:
=COUNTIFS([24-7 PM]:[24-7 PM], HAS(@cell, "Jon Cornwell"), [Project Type]:[Project Type], "LV Switchgear")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!