hi, is there a way to concatenate the contents of multiple cells together depending on IF certain criteria?
EG we have "item names" in Column A and their corresponding "order codes" in Column B
So sometimes we can have a plug, but it has 3 different order codes.
Is there a Marco or Function that could concatenate the info so that there is just one entry for plug (in row A) and 1 cell (in Row B ) which contains the 3 order codes (separated by a semicolon)
EG we have thousands of lines to go through, but in amongst them would be:
[TABLE="width: 141"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 141"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Row A[/TD]
[TD]Row B[/TD]
[/TR]
[TR]
[TD]plug[/TD]
[TD="align: left"]A45563[/TD]
[/TR]
[TR]
[TD]plug[/TD]
[TD]12223333[/TD]
[/TR]
[TR]
[TD]plug[/TD]
[TD]XYZ[/TD]
[/TR]
</tbody>[/TABLE]
We would really like all of that info on one single row =
[TABLE="width: 264"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Row A[/TD]
[TD]Row B[/TD]
[/TR]
[TR]
[TD]plug[/TD]
[TD="align: left"]A45563;12223333;XYZ
[/TD]
[/TR]
</tbody>[/TABLE]
EG we have "item names" in Column A and their corresponding "order codes" in Column B
So sometimes we can have a plug, but it has 3 different order codes.
Is there a Marco or Function that could concatenate the info so that there is just one entry for plug (in row A) and 1 cell (in Row B ) which contains the 3 order codes (separated by a semicolon)
EG we have thousands of lines to go through, but in amongst them would be:
[TABLE="width: 141"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 141"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Row A[/TD]
[TD]Row B[/TD]
[/TR]
[TR]
[TD]plug[/TD]
[TD="align: left"]A45563[/TD]
[/TR]
[TR]
[TD]plug[/TD]
[TD]12223333[/TD]
[/TR]
[TR]
[TD]plug[/TD]
[TD]XYZ[/TD]
[/TR]
</tbody>[/TABLE]
We would really like all of that info on one single row =
[TABLE="width: 264"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Row A[/TD]
[TD]Row B[/TD]
[/TR]
[TR]
[TD]plug[/TD]
[TD="align: left"]A45563;12223333;XYZ
[/TD]
[/TR]
</tbody>[/TABLE]