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
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 61 Community Job Board
- 463 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!