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
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!