<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>Hi,
Would love some help, will buy first automation that works lunch!
I am trying to go from List A like this:
<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>[TABLE="width: 0"]
<colgroup><col style="width: 157px"><col width="148"><col width="100"><col width="144"></colgroup><tbody>[TR]
[TD]Name[/TD]
[TD]ID[/TD]
[TD]Type[/TD]
[TD]Key[/TD]
[/TR]
[TR]
[TD]Test person 1[/TD]
[TD]980234980393A1[/TD]
[TD]Leader[/TD]
[TD]AMERRegion1SR1ALL[/TD]
[/TR]
[TR]
[TD]Test person 2[/TD]
[TD]980234980393A2[/TD]
[TD]Leader[/TD]
[TD]AMERRegion1SR1ALL[/TD]
[/TR]
[TR]
[TD]Test person 3[/TD]
[TD]980234980393A3[/TD]
[TD]Leader[/TD]
[TD]AMERRegion1SR1ALL[/TD]
[/TR]
[TR]
[TD]Test person 4[/TD]
[TD]980234980393A4[/TD]
[TD]Leader[/TD]
[TD]LACARegion4SR4[/TD]
[/TR]
[TR]
[TD]Test person 5[/TD]
[TD]980234980393A5[/TD]
[TD]Leader[/TD]
[TD]LACARegion4SR4[/TD]
[/TR]
[TR]
[TD]Test person 6[/TD]
[TD]980234980393A6[/TD]
[TD]Leader[/TD]
[TD]LACARegion4SR4[/TD]
[/TR]
[TR]
[TD]Test person 7[/TD]
[TD]980234980393A7[/TD]
[TD]Leader[/TD]
[TD]LACARegion4SR4[/TD]
[/TR]
</tbody>[/TABLE]
to List B like this:
<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>[TABLE="width: 0"]
<colgroup><col style="width: 157px"><col width="148"><col width="100"></colgroup><tbody>[TR]
[TD]Key[/TD]
[TD]IDs[/TD]
[TD]Names[/TD]
[/TR]
[TR]
[TD]AMERRegion1SR1ALL[/TD]
[TD]980234980393A1;980234980393A2;980234980393A3[/TD]
[TD]Test person 1;Test person 2;Test person 3[/TD]
[/TR]
[TR]
[TD]LACARegion4SR4[/TD]
[TD]980234980393A4;980234980393A5;980234980393A6;980234980393A7[/TD]
[TD]Test person 4;Test person 5;Test person 6;Test person 7[/TD]
[/TR]
</tbody>[/TABLE]
While I can concat ID's manually, I want functionality where when I add a new row in List A, the IDs and names from this new row will be appended to the existing semi-colon delimited list, where the key matches. I'm also on a Mac which puts some additional limits to what I can do i.e. no VBA functionality it seems.
Thank you!
[TABLE="width: 0"]
<colgroup><col style="width: 157px"><col width="148"><col width="100"><col width="100"><col width="100"><col width="100"><col width="100"><col width="100"><col width="144"></colgroup><tbody></tbody>[/TABLE]
Would love some help, will buy first automation that works lunch!
I am trying to go from List A like this:
<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>[TABLE="width: 0"]
<colgroup><col style="width: 157px"><col width="148"><col width="100"><col width="144"></colgroup><tbody>[TR]
[TD]Name[/TD]
[TD]ID[/TD]
[TD]Type[/TD]
[TD]Key[/TD]
[/TR]
[TR]
[TD]Test person 1[/TD]
[TD]980234980393A1[/TD]
[TD]Leader[/TD]
[TD]AMERRegion1SR1ALL[/TD]
[/TR]
[TR]
[TD]Test person 2[/TD]
[TD]980234980393A2[/TD]
[TD]Leader[/TD]
[TD]AMERRegion1SR1ALL[/TD]
[/TR]
[TR]
[TD]Test person 3[/TD]
[TD]980234980393A3[/TD]
[TD]Leader[/TD]
[TD]AMERRegion1SR1ALL[/TD]
[/TR]
[TR]
[TD]Test person 4[/TD]
[TD]980234980393A4[/TD]
[TD]Leader[/TD]
[TD]LACARegion4SR4[/TD]
[/TR]
[TR]
[TD]Test person 5[/TD]
[TD]980234980393A5[/TD]
[TD]Leader[/TD]
[TD]LACARegion4SR4[/TD]
[/TR]
[TR]
[TD]Test person 6[/TD]
[TD]980234980393A6[/TD]
[TD]Leader[/TD]
[TD]LACARegion4SR4[/TD]
[/TR]
[TR]
[TD]Test person 7[/TD]
[TD]980234980393A7[/TD]
[TD]Leader[/TD]
[TD]LACARegion4SR4[/TD]
[/TR]
</tbody>[/TABLE]
to List B like this:
<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>[TABLE="width: 0"]
<colgroup><col style="width: 157px"><col width="148"><col width="100"></colgroup><tbody>[TR]
[TD]Key[/TD]
[TD]IDs[/TD]
[TD]Names[/TD]
[/TR]
[TR]
[TD]AMERRegion1SR1ALL[/TD]
[TD]980234980393A1;980234980393A2;980234980393A3[/TD]
[TD]Test person 1;Test person 2;Test person 3[/TD]
[/TR]
[TR]
[TD]LACARegion4SR4[/TD]
[TD]980234980393A4;980234980393A5;980234980393A6;980234980393A7[/TD]
[TD]Test person 4;Test person 5;Test person 6;Test person 7[/TD]
[/TR]
</tbody>[/TABLE]
While I can concat ID's manually, I want functionality where when I add a new row in List A, the IDs and names from this new row will be appended to the existing semi-colon delimited list, where the key matches. I'm also on a Mac which puts some additional limits to what I can do i.e. no VBA functionality it seems.
Thank you!
[TABLE="width: 0"]
<colgroup><col style="width: 157px"><col width="148"><col width="100"><col width="100"><col width="100"><col width="100"><col width="100"><col width="100"><col width="144"></colgroup><tbody></tbody>[/TABLE]