Index/Lookup formulae
Hi Team, Can you please share what sort of Index and match formuale would we write to bring in the Project ID on the New sheet
The project name on the auto updated is a combination and can be searched and then corresponding project id needs to be populated
Answers
-
=INDEX(COLLECT({Project ID Column Sheet 1}, {Project Name Column Sheet1}, CONTAINS([Project Name]@row, @cell)), 1)
-
Thank you. I should have named the columns differently. Just re-named them.
So based on your recommendation - =INDEX(COLLECT({Project ID Column Sheet 1}, {Project Name Column Sheet1}, CONTAINS([Project Name]@row, @cell)), 1)
the formulae would read as =INDEX(COLLECT({ID}, {Project}, CONTAINS([Shirt]), 1)
-
Almost. I believe this would be what you need based on your examples above:
=INDEX(COLLECT({ID}, {Project}, CONTAINS([Project Name]@row, @cell)), 1)
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 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