Hello,
I am looking for a formula that will list out all the possible transport modes horizontally to the right of Item. all the transport mode associated with the ship ID can be found on sheet 2. I need to see them all horizontally next to item in sheet 1. Please let me know if you have any ideas
Sheet1
A1 B1 C1
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Ship ID[/TD]
[TD]Item[/TD]
[TD]Transport mode[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][TABLE="width: 122"]
<tbody>[TR]
[TD="width: 122"]100819-0000116[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]111123[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]100812-0000135
[/TD]
[TD]111124
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2
A1 B1
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Ship ID[/TD]
[TD]Transport mode[/TD]
[/TR]
[TR]
[TD]100819-0000116[/TD]
[TD]Truck 1[/TD]
[/TR]
[TR]
[TD]100819-0000116[/TD]
[TD]Truck 2[/TD]
[/TR]
[TR]
[TD]100819-0000116[/TD]
[TD]Truck 3[/TD]
[/TR]
[TR]
[TD]100812-0000135[/TD]
[TD]Truck 1[/TD]
[/TR]
[TR]
[TD]100812-0000135[/TD]
[TD]Truck 2[/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance!
I am looking for a formula that will list out all the possible transport modes horizontally to the right of Item. all the transport mode associated with the ship ID can be found on sheet 2. I need to see them all horizontally next to item in sheet 1. Please let me know if you have any ideas
Sheet1
A1 B1 C1
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Ship ID[/TD]
[TD]Item[/TD]
[TD]Transport mode[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][TABLE="width: 122"]
<tbody>[TR]
[TD="width: 122"]100819-0000116[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]111123[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]100812-0000135
[/TD]
[TD]111124
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2
A1 B1
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Ship ID[/TD]
[TD]Transport mode[/TD]
[/TR]
[TR]
[TD]100819-0000116[/TD]
[TD]Truck 1[/TD]
[/TR]
[TR]
[TD]100819-0000116[/TD]
[TD]Truck 2[/TD]
[/TR]
[TR]
[TD]100819-0000116[/TD]
[TD]Truck 3[/TD]
[/TR]
[TR]
[TD]100812-0000135[/TD]
[TD]Truck 1[/TD]
[/TR]
[TR]
[TD]100812-0000135[/TD]
[TD]Truck 2[/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance!