So I have a workbook which contains multiple sheets of tables similar to the ones below. In all the sheets, the first two columns (Name and Class) are always the same. The rest of the columns are always different. Whenever someone new comes along, or someone leaves, then I go in and add/delete their name from each sheet. I have eleven different sheets, so it becomes time consuming.
Is there anyway I can just copy all the values from the first sheet into the rest of them?
Naturally, I tried putting "=sheet1!A2" into the second sheet and dragging down. That works, until I insert/delete a row, which I'll be doing a lot of. Basically, if I insert a row between Jane and Juliet and designate them a Senior, I want those two columns to auto populate into all the other sheets, and have the other columns stay blank until I input something there.
I feel like this should be a simple solution, but I just can't figure anything out . Any help would be appreciated!
English Score
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Class[/TD]
[TD]Fall '17[/TD]
[TD]Spring '18[/TD]
[TD]Fall '18[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]Freshman[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]Joe[/TD]
[TD]Sophomore[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD]Junior[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]Jane[/TD]
[TD]Junior[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]Juliet[/TD]
[TD]Senior[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD]x[/TD]
[/TR]
</tbody>[/TABLE]
Math Score
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Class[/TD]
[TD]Fall '17[/TD]
[TD]Spring '18[/TD]
[TD]Fall '18[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]Freshman[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]Joe[/TD]
[TD]Sophomore[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD]Junior[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]Jane[/TD]
[TD]Junior[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]Juliet[/TD]
[TD]Senior[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD]x[/TD]
[/TR]
</tbody>[/TABLE]
Is there anyway I can just copy all the values from the first sheet into the rest of them?
Naturally, I tried putting "=sheet1!A2" into the second sheet and dragging down. That works, until I insert/delete a row, which I'll be doing a lot of. Basically, if I insert a row between Jane and Juliet and designate them a Senior, I want those two columns to auto populate into all the other sheets, and have the other columns stay blank until I input something there.
I feel like this should be a simple solution, but I just can't figure anything out . Any help would be appreciated!
English Score
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Class[/TD]
[TD]Fall '17[/TD]
[TD]Spring '18[/TD]
[TD]Fall '18[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]Freshman[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]Joe[/TD]
[TD]Sophomore[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD]Junior[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]Jane[/TD]
[TD]Junior[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]Juliet[/TD]
[TD]Senior[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD]x[/TD]
[/TR]
</tbody>[/TABLE]
Math Score
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Class[/TD]
[TD]Fall '17[/TD]
[TD]Spring '18[/TD]
[TD]Fall '18[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]Freshman[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]Joe[/TD]
[TD]Sophomore[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD]Junior[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]Jane[/TD]
[TD]Junior[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]Juliet[/TD]
[TD]Senior[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD]x[/TD]
[/TR]
</tbody>[/TABLE]