tryingbeginner
New Member
- Joined
- Jun 15, 2015
- Messages
- 9
I have six separate sheets that follow the same structure as the table below. In each sheet, I want the first column to remain the exact same. So if I start adding/removing columns from the first sheet, I want the following five sheets to automatically duplicate. Anyone have something that might help me?
[TABLE="width: 500"]
<tbody>[TR]
[TD]Names[/TD]
[TD]Jan[/TD]
[TD]Feb[/TD]
[/TR]
[TR]
[TD]Name 1 [/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Name 2 [/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Name 3 [/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]Names[/TD]
[TD]Jan[/TD]
[TD]Feb[/TD]
[/TR]
[TR]
[TD]Name 1 [/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Name 2 [/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Name 3 [/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]