Using countif for multi-select dropdown + parent/children rows
Hello,
Hope you can help me. I want to count how often "PROSPEC" (multi-select drop-down) is selected in the column "Dokumentation" when the parent column "Fase" is equal to "Pilot" or "Drift" (single-select drop-down). Please see image below.
My formular so far: =COUNTIFS(Dokumentation2:Dokumentation194; HAS(@cell; "PROSPEC"); Fase2:Fase194; OR(@cell = "Pilot"; @cell = "Drift"))
It will allways return "0" because it does not take the "children/parent" into account.
Hope it makes sense. Thank you in advance.
Anne
Answers
-
@AnneOUH Easiest way is probably to create a helper column with the formula =parent(fase@row) and use that column in your countifs criteria.
Does that make sense?
-
@Samuel Mueller Yes it does - thank you very much for your help, it seems to work :-)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!