INDEX Collect to reference another sheet
I want to use index collect to get who worked on a job from a different sheet
=INDEX(COLLECT([ASSIGNED ENGINEER]@row, [JOB NAME]@row, <>"", [JOB NAME]@row, <>""), 1)
This works on the same sheet but when I try to apply it to another sheet
=INDEX(COLLECT({APN/DFA COMPLETED Range 3}, [JOB NAME]@row, <>"", {APN/DFA COMPLETED Range 4}, <>""), 1)
it does not work any ideas?
Tags:
Answers
-
You want to compare the remote {Job Name} to the [Job Name]@row. The collect should be COLLECT(<field I want to return>, range to search 1, criteria 1, range to search 2, criteria 2…).
-
is that not what I have?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 522 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!