Excel Lookup help where rows contain multiple values

LEEDELALB

New Member
Joined
Dec 7, 2016
Messages
4
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?
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Hi, welcome to the board.

Can we just be clear, what exactly do you want to show in the New Date field in Sheet 1 ?

Is it something like this -

1/13/2016 ; 1/15/2016

?
 
Upvote 0
Sorry, another question.

I'm guessing a key part of this is, how do we split the "TYPE" into two parts ?
Are they fixed length ?
Or maybe we split them at the space character, and this is do-able because there is only ever one space character ?
 
Upvote 0
Hi The example I gave is just a simple one. Some rows might have 20/50/100 parts inside of them and every part is a different length and variation of number, characters and letters.
 
Upvote 0
I would like to use the values in sheet 2 column "Type" to identify those strings in the sheet 1 column "type". Sheet 2 has all of the values broken out into their own rows with their correct dates.
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,289
Members
452,631
Latest member
a_potato

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