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
- Customer Resources
- 65K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 69 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!