Index/Collect with 2 Criteria

Hi there,
I need to do an index collect with 2 matching criteria. I tried writing the formula myself but I think I am missing a step.
I want to extract the name from this sheet using the criteria PPI and Position.
The name and formula will be in this sheet, and pop up under 2025 Name. If i have the formula look for the position and PPI in both sheets, the index and match should work but I am definitely screwing something up.
here is the formula I tried to write.
=INDEX((COLLECT({Local Crew Name}, {Position in Local Crew Sheet}, Position:Position, {PPI Local Crew}, Department:Department, "PPI", 1)))
Thanks for your help Smartsheet commumity
Answers
-
Try this:
=INDEX(COLLECT({Local Crew Name}, {Position in Local Crew Sheet}, @cell = Position@row, {PPI Local Crew}, @cell = "PPI", 1)
-
Thank you, i tried that and got unparseable. for the local crew name after position@row i picked the position again to recall the name, maybe thats where I got it wrong?
INDEX(COLLECT({Local Crew Name}, {Position in Local Crew Sheet}, Position@row, {Local Crew Name},Department@row"PPI", 1))
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 452 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!