Hi Great minds.
Greetings.
I have a file with 2 sheets
Values for example:
[TABLE="width: 256"]
<tbody>[TR]
[TD="width: 64"][/TD]
[TD="width: 64"]Sheet 1[/TD]
[TD="width: 64"][/TD]
[TD="width: 64"][/TD]
[/TR]
[TR]
[TD="class: xl63"]Code[/TD]
[TD="class: xl63"]Product[/TD]
[TD="class: xl63"]Type[/TD]
[TD="class: xl63"]Colour[/TD]
[/TR]
[TR]
[TD]sd123[/TD]
[TD]Necklace[/TD]
[TD]Oxidized[/TD]
[TD]Black[/TD]
[/TR]
[TR]
[TD]hf32[/TD]
[TD]Bangles[/TD]
[TD]Gold[/TD]
[TD]Rose Gold[/TD]
[/TR]
</tbody>[/TABLE]
If we input a code from sheet 1 to sheet 2 manually, we would like to get the following result.
[TABLE="width: 256"]
<tbody>[TR]
[TD][/TD]
[TD]Sheet 2[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="colspan: 2"]Code (Input)[/TD]
[TD="colspan: 2"]Concatenate result[/TD]
[/TR]
[TR]
[TD]sd123[/TD]
[TD][/TD]
[TD="colspan: 2"]NecklaceOxidizedBlack[/TD]
[/TR]
</tbody>[/TABLE]
Similarly if code input is hf32 then the result needs to be BanglesGoldRose Gold
What is the formula I need to input in sheet 2
Hope I have been able to make my question clear.
Kindly help.
Greetings.
I have a file with 2 sheets
Values for example:
[TABLE="width: 256"]
<tbody>[TR]
[TD="width: 64"][/TD]
[TD="width: 64"]Sheet 1[/TD]
[TD="width: 64"][/TD]
[TD="width: 64"][/TD]
[/TR]
[TR]
[TD="class: xl63"]Code[/TD]
[TD="class: xl63"]Product[/TD]
[TD="class: xl63"]Type[/TD]
[TD="class: xl63"]Colour[/TD]
[/TR]
[TR]
[TD]sd123[/TD]
[TD]Necklace[/TD]
[TD]Oxidized[/TD]
[TD]Black[/TD]
[/TR]
[TR]
[TD]hf32[/TD]
[TD]Bangles[/TD]
[TD]Gold[/TD]
[TD]Rose Gold[/TD]
[/TR]
</tbody>[/TABLE]
If we input a code from sheet 1 to sheet 2 manually, we would like to get the following result.
[TABLE="width: 256"]
<tbody>[TR]
[TD][/TD]
[TD]Sheet 2[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="colspan: 2"]Code (Input)[/TD]
[TD="colspan: 2"]Concatenate result[/TD]
[/TR]
[TR]
[TD]sd123[/TD]
[TD][/TD]
[TD="colspan: 2"]NecklaceOxidizedBlack[/TD]
[/TR]
</tbody>[/TABLE]
Similarly if code input is hf32 then the result needs to be BanglesGoldRose Gold
What is the formula I need to input in sheet 2
Hope I have been able to make my question clear.
Kindly help.