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
- 62.3K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!