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
- 67K Get Help
- 441 Global Discussions
- 154 Industry Talk
- 502 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 79 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!