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
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!