Is this possible and if so how do I do it?
I have a drop down list that has locations and those locations are from a space sheet.
When the location is a certain address there is a director and manager tied to it in that same space sheet. How do I create a formula to connect the sheets so that for each location the director and manager is also pulled for that exact place?
Best Answer
-
You need a cross sheet reference and probably use an index match formula
=index({Column of Manager name on other sheet}, match([AdressColumn]@row, {Column to Match address on other sheet}, 0))
=index({Column of Director name on other sheet}, match([AdressColumn]@row, {Column to Match address on other sheet}, 0))
Answers
-
You need a cross sheet reference and probably use an index match formula
=index({Column of Manager name on other sheet}, match([AdressColumn]@row, {Column to Match address on other sheet}, 0))
=index({Column of Director name on other sheet}, match([AdressColumn]@row, {Column to Match address on other sheet}, 0))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.1K Get Help
- 348 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 282 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!