Index Match with 3 criteria
I want to use the indexMatch formula to get data in the [Column 1], the columns that have to match in the other sheet ([Sheet 2]) are [Project Number], [# Division] and [# Bundle].
I have been trying using the AI formula generator and it gave me this formula:
=INDEX({Range Sheet2}, MATCH([Project Number]@row & [# Division]@row & [# Bundle]@row, {Sheet2 Project Number} & {Sheet2 Division} &({Sheet2 Bundle}, 1))
however, it shows "#UNPARSEABLE"..
Can someone help me with this.
Answers
-
You would use an INDEX/COLLECT instead:
=INDEX(COLLECT({Range Sheet2}, {Sheet2 Project Number}, @cell = [Project Number]@row, {Sheet2 Division}, @cell = [# Division]@row, {Sheet2 Bundle}, @cell = [# Bundle]@row), 1)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 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!