Hello, I have the following data in two sheets
Sheet 1
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Type
[/TD]
[TD]Old Date
[/TD]
[TD]New Date
[/TD]
[/TR]
[TR]
[TD]REFGT LKMNOP
[/TD]
[TD]1/13/2016
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Sheet2
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]
[TABLE="width: 113"]
<tbody>[TR]
[TD]Type
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]
[TABLE="width: 80"]
<tbody>[TR]
[TD]Correct Date
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]
[TABLE="width: 113"]
<tbody>[TR]
[TD]REFGT
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]
[TABLE="width: 80"]
<tbody>[TR]
[TD="align: right"]1/13/2016
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]
[TABLE="width: 113"]
<tbody>[TR]
[TD]LKMNOP
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]
[TABLE="width: 80"]
<tbody>[TR]
[TD="align: right"]1/15/2016
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
I need to populate the New Date field in sheet one with both dates from Sheet 2 using a ";" as a delimiter. Is there a way to do this in Excel where it can match part of the information in a row?
Sheet 1
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Type
[/TD]
[TD]Old Date
[/TD]
[TD]New Date
[/TD]
[/TR]
[TR]
[TD]REFGT LKMNOP
[/TD]
[TD]1/13/2016
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Sheet2
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]
[TABLE="width: 113"]
<tbody>[TR]
[TD]Type
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]
[TABLE="width: 80"]
<tbody>[TR]
[TD]Correct Date
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]
[TABLE="width: 113"]
<tbody>[TR]
[TD]REFGT
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]
[TABLE="width: 80"]
<tbody>[TR]
[TD="align: right"]1/13/2016
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]
[TABLE="width: 113"]
<tbody>[TR]
[TD]LKMNOP
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]
[TABLE="width: 80"]
<tbody>[TR]
[TD="align: right"]1/15/2016
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
I need to populate the New Date field in sheet one with both dates from Sheet 2 using a ";" as a delimiter. Is there a way to do this in Excel where it can match part of the information in a row?