Index Match Function
Hello,
I am trying to mimic an Index (Match) formula in smartsheet.
When a drop down is selected, on grid 1, a different column will autopopulate with a related data. This is the formula in Excel. I don't know how to create this in smartsheet.
Sheet 1 - is grid I am referencing and it is feeding into Sheet 2 (activity)
=INDEX(Sheet1!B$1:$B$16,MATCH(C2,Sheet1!$A$2:$A$16,0))
Answers
-
Hi @Anne Rudwick ,
It functions very similarly to Excel. You need to use cross sheet references instead of "Sheet1!...".
It looks like
=INDEX({Cross sheet reference to source range}, MATCH(Cell to Match,{Cross sheet reference to matching range},0))
Take a look at this video for more details on cross sheet references.
Neil
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 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!