Using INDEX MATCH Function with a Multi-Select drop-down column
Hello,
I am trying to use an INDEX MATCH function to fill in the Transmission Region for the Sites Under Consideration, but am running into a problem when there is more than one site selected. I believe I need to add the HAS function, but have tried several ways and can't seem to make it work. Any help is appreciated!
Best Answer
-
Assuming that the sites under consideration belong to the same region, you need to use one of the sites as the MATCH function's search value.
To get one of the sites from multiple dropdown lists, you could use a formula like this;
=IFERROR(LEFT([Site Under Consideration]@row, FIND(CHAR(10), [Site Under Consideration]@row) - 1), [Site Under Consideration]@row)
I don't know if this is the best way, but it works.
Answers
-
Assuming that the sites under consideration belong to the same region, you need to use one of the sites as the MATCH function's search value.
To get one of the sites from multiple dropdown lists, you could use a formula like this;
=IFERROR(LEFT([Site Under Consideration]@row, FIND(CHAR(10), [Site Under Consideration]@row) - 1), [Site Under Consideration]@row)
I don't know if this is the best way, but it works.
-
@jmyzk_cloudsmart_jp Thank you for the quick response! I have tried that, but unfortunately it's only Matching one of the Sites Under Consideration and placing it in the Region column (see below). I need it to reference the Transmission Region that is connected to the Site on the other sheet.
-
@jmyzk_cloudsmart_jp Thank you! I looked again at the files you shared and was able to figure it out! Thank you soooo much!
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!