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
- Smartsheet Customer Resources
- 64.2K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!