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
- 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!