Matching contents from one cell into another and displaying the contents back

hahmed87

New Member
Joined
Aug 9, 2017
Messages
6
Hi All,



I have a little bit of a tricky situation. I have two worksheets. Sheet1 contains a file name with claim numbers like below:



[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][TABLE="width: 490"]
<tbody>[TR="class: grid"]
[TD="width: 490"]File Name[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 88"]
<tbody>[TR="class: grid"]
[TD="width: 88"]Date Created[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 490"]
<tbody>[TR="class: grid"]
[TD="width: 490"]AAAA File name with additional characters.doc[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 88"]
<tbody>[TR="class: grid"]
[TD="width: 88, align: right"]20170809[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 490"]
<tbody>[TR="class: grid"]
[TD="width: 490"]BBBB File name with additional characters.doc[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 88"]
<tbody>[TR="class: grid"]
[TD="width: 88, align: right"]20170809[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 490"]
<tbody>[TR="class: grid"]
[TD="width: 490"]CCCC File name with additional characters.pdf[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 88"]
<tbody>[TR="class: grid"]
[TD="width: 88, align: right"]20170809[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 490"]
<tbody>[TR="class: grid"]
[TD="width: 490"]DDDD File name with additional characters.doc[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 88"]
<tbody>[TR="class: grid"]
[TD="width: 88, align: right"]20170809[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 490"]
<tbody>[TR="class: grid"]
[TD="width: 490"]AAAA & EEEE File name with additional characters.pdf[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 88"]
<tbody>[TR="class: grid"]
[TD="width: 88, align: right"]20170809[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 490"]
<tbody>[TR="class: grid"]
[TD="width: 490"]More Characters here BBBB & CCCC File name with additional characters.doc[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 88"]
<tbody>[TR="class: grid"]
[TD="width: 88, align: right"]20170809[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]


Sheet2 contains claim numbers as below:



[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][TABLE="width: 64"]
<tbody>[TR="class: grid"]
[TD="width: 64"]Claim[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Data[/TD]
[/TR]
[TR]
[TD][TABLE="width: 64"]
<tbody>[TR="class: grid"]
[TD="width: 64"]AAAA[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Data[/TD]
[/TR]
[TR]
[TD][TABLE="width: 64"]
<tbody>[TR="class: grid"]
[TD="width: 64"]BBBB[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Data[/TD]
[/TR]
[TR]
[TD][TABLE="width: 64"]
<tbody>[TR="class: grid"]
[TD="width: 64"]CCCC[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Data[/TD]
[/TR]
[TR]
[TD][TABLE="width: 64"]
<tbody>[TR="class: grid"]
[TD="width: 64"]DDDD[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Data[/TD]
[/TR]
</tbody>[/TABLE]


I would like to know if there are any formulas out there in which I can look for the Claim number is Sheet2 in Sheet1 and it gives me back all the file names that contain that claim number. For example, Claim AAAA from Sheet2 is in 2 file names in Sheet1, so I would like it to return to me[TABLE="width: 490"]
<tbody>[TR]
[TD="width: 490"]"AAAA File name with additional characters.doc" and [TABLE="width: 490"]
<tbody>[TR]
[TD="width: 490"]"AAAA & EEEE File name with additional characters.pdf"[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]


Please let me know if any additional information is needed.



Thanks!
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.

Forum statistics

Threads
1,223,234
Messages
6,170,891
Members
452,366
Latest member
TePunaBloke

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top