Index and match Questions
looking for help with my Index and match problem I am having
=INDEX({Nelson Cable List Inventory Install Tracki Range 1}, MATCH([Spool ID]@row, {Nelson Cable List Inventory Install Tracki Range 2}, 0))
Range 1 is the Data I want to Show on the new sheet.
Range 2 is the Data I am Matching on new sheet from the other sheet.
on the second sheet I am trying to grab the information from uses a Drop down list. and it will have anywhere from 1-4 things listed in a cell.
Example:
"108-G1
108-G2
108-G3"
but the Formula only works when its just a Single item like 108-G1.
with more then a single item in the cell it will just say #NO MATCH.
also is there a way to Write an Index and match that will Add numbers if something shows up in Multiple cells.
Wire Length Spool ID
275' 108-G1
300' 110-A
250' 108-G1
200' 108-G1
how would you get it to say I need to have 108-G1 at a length of 725'
I hope I explained this all right so everyone understand what I am trying to ask.
Best Answer
-
You are going to need to switch over to an INDEX/COLLECT and incorporate a HAS function.
=INDEX(COLLECT({Nelson Cable List Inventory Install Tracki Range 1}, {Nelson Cable List Inventory Install Tracki Range 2}, HAS(@cell, [Spool ID]@row)), 1)
For your second question you will need to use a SUMIFS.
Answers
-
You are going to need to switch over to an INDEX/COLLECT and incorporate a HAS function.
=INDEX(COLLECT({Nelson Cable List Inventory Install Tracki Range 1}, {Nelson Cable List Inventory Install Tracki Range 2}, HAS(@cell, [Spool ID]@row)), 1)
For your second question you will need to use a SUMIFS.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!