Vlookup to find result in child row
Hi all
I am after help on a formula to pull in information from another smartsheet using vlookup but at the child level.
I am looking for a match in my project to Ref, which is 699 and then find the data within the child row from Task 01. In this case, the result would be DC
The reason for this is that we need to create a report on who is responsible for the Task 01
Best Answer
-
Ok. You are going to want something along the lines of...
=INDEX(COLLECT({Other Sheet Assigned To Column}, {Other Sheet Reference Number Column}, @cell = "699", {Other Sheet Project Column}, @cell = "Task 01"), 1)
Answers
-
Is "Task 01" repeated anywhere else within that column?
-
Hi,
Yes it will be repeated ,however the reference number would be unique along with build number .
-
Ok. You are going to want something along the lines of...
=INDEX(COLLECT({Other Sheet Assigned To Column}, {Other Sheet Reference Number Column}, @cell = "699", {Other Sheet Project Column}, @cell = "Task 01"), 1)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 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!