jross20
New Member
- Joined
- Apr 8, 2016
- Messages
- 17
- Office Version
- 365
- 2021
- 2019
- Platform
- Windows
Hey guys, it has been a while since I've needed any help but I've ran into a wall today. Basically, I need to be able to figure out which customer is which from a long "site ID".
So say that the first one is "Cust1A/SITE-5" , I have a table full of each customers short name and then matching project name on another tab. So say this table says Customer-A's project is "Customer 1-A Main Project".
I need excel to return to me which customer is which from the first cell based on whether it contains the short name for the customer. The short names will NOT always be the same length or at the same position.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Customer Short Name[/TD]
[TD]Project Name[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Site ID[/TD]
[TD]Project Name[/TD]
[/TR]
[TR]
[TD]Cust1A[/TD]
[TD]Customer 1-A Main Project[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Cust1A/SITE-5[/TD]
[TD]Needs to return matching customer project name[/TD]
[/TR]
[TR]
[TD]Cust2B[/TD]
[TD]Customer 2-B Main Project[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Cust2B/SITE-56[/TD]
[TD]Needs to return matching customer project name[/TD]
[/TR]
</tbody>[/TABLE]
I've spent an hour trying to what feels really simple but I've no idea how to make this work. The thing is it cannot have the names locked into the formulas, I need to to be dynamic as the list of customers and projects grow.
So say that the first one is "Cust1A/SITE-5" , I have a table full of each customers short name and then matching project name on another tab. So say this table says Customer-A's project is "Customer 1-A Main Project".
I need excel to return to me which customer is which from the first cell based on whether it contains the short name for the customer. The short names will NOT always be the same length or at the same position.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Customer Short Name[/TD]
[TD]Project Name[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Site ID[/TD]
[TD]Project Name[/TD]
[/TR]
[TR]
[TD]Cust1A[/TD]
[TD]Customer 1-A Main Project[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Cust1A/SITE-5[/TD]
[TD]Needs to return matching customer project name[/TD]
[/TR]
[TR]
[TD]Cust2B[/TD]
[TD]Customer 2-B Main Project[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Cust2B/SITE-56[/TD]
[TD]Needs to return matching customer project name[/TD]
[/TR]
</tbody>[/TABLE]
I've spent an hour trying to what feels really simple but I've no idea how to make this work. The thing is it cannot have the names locked into the formulas, I need to to be dynamic as the list of customers and projects grow.