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
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 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!