Really hoping I can get some help with my issue.
I have a bunch of Products in Column C of which many are duplicated. In Column D I have the locations of the IDs of which there can be two.
I want to know when an ID is in both locations but vlookup and index match only shows me the first instance and not the second unique instance.
Below is a sample of my data. My actual data is over 30000 rows and can be longer or shorter in other instances.
Thanks!
[TABLE="width: 250"]
<tbody>[TR]
[TD]Products[/TD]
[TD]Location[/TD]
[/TR]
[TR]
[TD]123456[/TD]
[TD]SLFL[/TD]
[/TR]
[TR]
[TD]123456[/TD]
[TD]BKRM[/TD]
[/TR]
[TR]
[TD]123456[/TD]
[TD]SLFL[/TD]
[/TR]
[TR]
[TD]555555[/TD]
[TD]SLFL[/TD]
[/TR]
[TR]
[TD]555555[/TD]
[TD]SLFL[/TD]
[/TR]
[TR]
[TD]555555[/TD]
[TD]SLFL[/TD]
[/TR]
[TR]
[TD]555555[/TD]
[TD]SLFL[/TD]
[/TR]
[TR]
[TD]555555[/TD]
[TD]BKRM[/TD]
[/TR]
[TR]
[TD]555555[/TD]
[TD]BKRM[/TD]
[/TR]
[TR]
[TD]123456[/TD]
[TD]SLFL[/TD]
[/TR]
[TR]
[TD]123456[/TD]
[TD]BKRM[/TD]
[/TR]
</tbody>[/TABLE]
I have a bunch of Products in Column C of which many are duplicated. In Column D I have the locations of the IDs of which there can be two.
I want to know when an ID is in both locations but vlookup and index match only shows me the first instance and not the second unique instance.
Below is a sample of my data. My actual data is over 30000 rows and can be longer or shorter in other instances.
Thanks!
[TABLE="width: 250"]
<tbody>[TR]
[TD]Products[/TD]
[TD]Location[/TD]
[/TR]
[TR]
[TD]123456[/TD]
[TD]SLFL[/TD]
[/TR]
[TR]
[TD]123456[/TD]
[TD]BKRM[/TD]
[/TR]
[TR]
[TD]123456[/TD]
[TD]SLFL[/TD]
[/TR]
[TR]
[TD]555555[/TD]
[TD]SLFL[/TD]
[/TR]
[TR]
[TD]555555[/TD]
[TD]SLFL[/TD]
[/TR]
[TR]
[TD]555555[/TD]
[TD]SLFL[/TD]
[/TR]
[TR]
[TD]555555[/TD]
[TD]SLFL[/TD]
[/TR]
[TR]
[TD]555555[/TD]
[TD]BKRM[/TD]
[/TR]
[TR]
[TD]555555[/TD]
[TD]BKRM[/TD]
[/TR]
[TR]
[TD]123456[/TD]
[TD]SLFL[/TD]
[/TR]
[TR]
[TD]123456[/TD]
[TD]BKRM[/TD]
[/TR]
</tbody>[/TABLE]