Dear All,
I would like to populate strings based on the SKU & Store combinations.
The count of strings will be equal to # SKUs(Unique Count) X # Stores.
The strings could go into thousands/lakhs of rows.
I have the following sample data set across A1:B5.
IN A Column I have 3 Unique Count of SKUs and in Column B I Have 4 unique count of stores.
I would like to populate the strings(in this case it will be 12) in Column C.
[TABLE="width: 243"]
<tbody>[TR]
[TD]SKU[/TD]
[TD]Store[/TD]
[TD]SKU-Store Strings[/TD]
[/TR]
[TR]
[TD="align: right"]1[/TD]
[TD]a[/TD]
[TD]1a[/TD]
[/TR]
[TR]
[TD="align: right"]2[/TD]
[TD]b[/TD]
[TD]1b[/TD]
[/TR]
[TR]
[TD="align: right"]3[/TD]
[TD]c[/TD]
[TD]1c[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]d[/TD]
[TD]1d[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]2a[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]2b[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]2c[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]2d[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]3a[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]3b[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]3c[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]3d
Could somebody help me out with the solution Pls?
Regards[/TD]
[/TR]
</tbody>[/TABLE]
I would like to populate strings based on the SKU & Store combinations.
The count of strings will be equal to # SKUs(Unique Count) X # Stores.
The strings could go into thousands/lakhs of rows.
I have the following sample data set across A1:B5.
IN A Column I have 3 Unique Count of SKUs and in Column B I Have 4 unique count of stores.
I would like to populate the strings(in this case it will be 12) in Column C.
[TABLE="width: 243"]
<tbody>[TR]
[TD]SKU[/TD]
[TD]Store[/TD]
[TD]SKU-Store Strings[/TD]
[/TR]
[TR]
[TD="align: right"]1[/TD]
[TD]a[/TD]
[TD]1a[/TD]
[/TR]
[TR]
[TD="align: right"]2[/TD]
[TD]b[/TD]
[TD]1b[/TD]
[/TR]
[TR]
[TD="align: right"]3[/TD]
[TD]c[/TD]
[TD]1c[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]d[/TD]
[TD]1d[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]2a[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]2b[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]2c[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]2d[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]3a[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]3b[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]3c[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]3d
Could somebody help me out with the solution Pls?
Regards[/TD]
[/TR]
</tbody>[/TABLE]