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
- 65.1K Get Help
- 444 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 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!