Children + vlookup + other column
Hello
I want to find a value of the children according to the value in another colum (also with children).
In this example, I have a parent row (blue) and 5 children rows (grey). The parent row of column "Price" returns the minimum value of the children. Until here, all ok.
I would like he parent row of the column "Colour" to return the value of the child row that matches the value in the parent row of the column "Price". So, in this example, it should be "Red".
I have tried vlookup and index, but I didn't manage.
Could you please help?
Thanks.
Federico
Answers
-
Hi @Federico,
You can use INDEX for this:
=INDEX(Colour:Colour, MATCH(Price@row, CHILDREN(Price:Price), 0))
Hope this helps, but if you've any problems/questions then just let us know!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 450 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!