Hi
Trying to find a simple solution to this problem,
I have a table of data with only columns A,B & C, all columns have data that go on for ever. Column B should always have the same data in the same order.
The problem is some data from column B is missing and I would like to know if I can auto populate these (macro) with the missing data from an existing list but when adding data I need the whole row to be dropped instead of just column B and also add the value 0 in column C next to it.
I'm not sure if I've explained the issue clearly so here's a table to demonstrate this better:
Row 5 has 'Alpha' missing i'd like to add that with a 0 value as well in column C
same for after row 9 where 'Bravo' is missing.
[TABLE="width: 250"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Any[/TD]
[TD]Alpha[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Any[/TD]
[TD]Bravo[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Any[/TD]
[TD]Charlie[/TD]
[TD]54[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Any[/TD]
[TD]Delta[/TD]
[TD]52[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Any[/TD]
[TD]Bravo[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]Any[/TD]
[TD]Charlie[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]Any[/TD]
[TD]Delta[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]Any[/TD]
[TD]Alpha[/TD]
[TD]258[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]Any[/TD]
[TD]Charlie[/TD]
[TD]2[/TD]
[/TR]
</tbody>[/TABLE]
Existing List
[TABLE="width: 100"]
<tbody>[TR]
[TD]Alpha[/TD]
[/TR]
[TR]
[TD]Bravo[/TD]
[/TR]
[TR]
[TD]Charlie[/TD]
[/TR]
[TR]
[TD]Delta[/TD]
[/TR]
</tbody>[/TABLE]
I hope there's a solution out there for this, Thank you.
AA
Trying to find a simple solution to this problem,
I have a table of data with only columns A,B & C, all columns have data that go on for ever. Column B should always have the same data in the same order.
The problem is some data from column B is missing and I would like to know if I can auto populate these (macro) with the missing data from an existing list but when adding data I need the whole row to be dropped instead of just column B and also add the value 0 in column C next to it.
I'm not sure if I've explained the issue clearly so here's a table to demonstrate this better:
Row 5 has 'Alpha' missing i'd like to add that with a 0 value as well in column C
same for after row 9 where 'Bravo' is missing.
[TABLE="width: 250"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Any[/TD]
[TD]Alpha[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Any[/TD]
[TD]Bravo[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Any[/TD]
[TD]Charlie[/TD]
[TD]54[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Any[/TD]
[TD]Delta[/TD]
[TD]52[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Any[/TD]
[TD]Bravo[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]Any[/TD]
[TD]Charlie[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]Any[/TD]
[TD]Delta[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]Any[/TD]
[TD]Alpha[/TD]
[TD]258[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]Any[/TD]
[TD]Charlie[/TD]
[TD]2[/TD]
[/TR]
</tbody>[/TABLE]
Existing List
[TABLE="width: 100"]
<tbody>[TR]
[TD]Alpha[/TD]
[/TR]
[TR]
[TD]Bravo[/TD]
[/TR]
[TR]
[TD]Charlie[/TD]
[/TR]
[TR]
[TD]Delta[/TD]
[/TR]
</tbody>[/TABLE]
I hope there's a solution out there for this, Thank you.
AA