geoffgarcia
New Member
- Joined
- May 31, 2019
- Messages
- 2
I've been toiling with this one for a few hours and have decided to come ask the experts for help.
I'm trying to capture the start date associated with a particular company (in sheet 1) from a list of many stages that each company goes through (sheet 2)
Sheet 1: unique list of company names, and the "start" date I'm hoping to capture for each company.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Company
[/TD]
[TD]Start Date
[/TD]
[/TR]
[TR]
[TD]ABC[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]DEF[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]GHI[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2: Each company represented multiple times, but only a single instance for each company to have a start date.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Company
[/TD]
[TD]Start Date
[/TD]
[/TR]
[TR]
[TD]ABC[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ABC[/TD]
[TD]5/20/2019[/TD]
[/TR]
[TR]
[TD]ABC[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ABC[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]DEF[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]DEF[/TD]
[TD]2/5/2018[/TD]
[/TR]
[TR]
[TD]DEF[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]GHI[/TD]
[TD]1/12/2019[/TD]
[/TR]
[TR]
[TD]GHI[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]GHI[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]GHI[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Desired Outcome for sheet 1:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Company
[/TD]
[TD]Start Date
[/TD]
[/TR]
[TR]
[TD]ABC[/TD]
[TD]5/20/2019[/TD]
[/TR]
[TR]
[TD]DEF[/TD]
[TD]2/5/2018[/TD]
[/TR]
[TR]
[TD]GHI[/TD]
[TD]1/12/2019[/TD]
[/TR]
</tbody>[/TABLE]
I'm trying to capture the start date associated with a particular company (in sheet 1) from a list of many stages that each company goes through (sheet 2)
Sheet 1: unique list of company names, and the "start" date I'm hoping to capture for each company.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Company
[/TD]
[TD]Start Date
[/TD]
[/TR]
[TR]
[TD]ABC[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]DEF[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]GHI[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2: Each company represented multiple times, but only a single instance for each company to have a start date.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Company
[/TD]
[TD]Start Date
[/TD]
[/TR]
[TR]
[TD]ABC[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ABC[/TD]
[TD]5/20/2019[/TD]
[/TR]
[TR]
[TD]ABC[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ABC[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]DEF[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]DEF[/TD]
[TD]2/5/2018[/TD]
[/TR]
[TR]
[TD]DEF[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]GHI[/TD]
[TD]1/12/2019[/TD]
[/TR]
[TR]
[TD]GHI[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]GHI[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]GHI[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Desired Outcome for sheet 1:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Company
[/TD]
[TD]Start Date
[/TD]
[/TR]
[TR]
[TD]ABC[/TD]
[TD]5/20/2019[/TD]
[/TR]
[TR]
[TD]DEF[/TD]
[TD]2/5/2018[/TD]
[/TR]
[TR]
[TD]GHI[/TD]
[TD]1/12/2019[/TD]
[/TR]
</tbody>[/TABLE]