I have a sheet with the columns below:
[TABLE="width: 186"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]DC[/TD]
[TD]ITEM #[/TD]
[/TR]
[TR]
[TD]DC 1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]DC 2[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]DC 3[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]DC 3[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]DC 3[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]DC 4[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
I would like to do the following:
1. copy the 'master sheet' based on the number of unique values in Column "DC". In this case, this would be 4 additional sheets.
2. name the sheets based on this list (which I can do but including this for a wholesome picture)
2. delete any rows that does not belong in a given tab. (e.g. tab DC 1 will only have one row, for Item # 1. Tab DC 3 will have 3 rows)
Thank you in advance!
[TABLE="width: 186"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]DC[/TD]
[TD]ITEM #[/TD]
[/TR]
[TR]
[TD]DC 1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]DC 2[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]DC 3[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]DC 3[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]DC 3[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]DC 4[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
I would like to do the following:
1. copy the 'master sheet' based on the number of unique values in Column "DC". In this case, this would be 4 additional sheets.
2. name the sheets based on this list (which I can do but including this for a wholesome picture)
2. delete any rows that does not belong in a given tab. (e.g. tab DC 1 will only have one row, for Item # 1. Tab DC 3 will have 3 rows)
Thank you in advance!