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
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 464 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 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!