VLOOKUP cross-sheet, if the search value's parent = @row
Hi all,
I'm trying to populate an entire column on a sheet using both cross-sheet and in-sheet references. I'm trying to return a value according to the following logic:
Looking for cells cross-sheet that contain "Opening Date" and returning the value from the cell to it's right (also cross-sheet) if that particular instance of "Opening Date" is a child row to the parent row (also cross-sheet) that matches the unit name identified @row in the current sheet.
=IF({2020 Unit Opening Schedule Range 2} = "Opening Date", VLOOKUP(@row, {2020 Unit Opening Schedule Range 7}, 3),{2020 Unit Opening Schedule Range 8})
Anyone have any insight into how to make this work or what other formulas I should be nesting?
Thank you!
Comments
-
Issue is the children column. I would solve this by using the index(collect( formulas with a helper column. Inside of the helper column I would type
=iferror(parent(),"")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!