I have put together 70 sheets of snow plow route cards, I want to pull certain cells from the route cards and list them on a master list that is easy to look at. ie Name, address, notes? I know there is a way but I cant figure it out and its make me crazy.
What I want on the index sheet
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Address[/TD]
[TD]City[/TD]
[TD]Inches[/TD]
[TD]Notes[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
What my sheets have on them
[TABLE="width: 500"]
<tbody>[TR]
[TD]City
[/TD]
[TD]McCall
[/TD]
[/TR]
[TR]
[TD]Name[/TD]
[TD]John Smith[/TD]
[/TR]
[TR]
[TD]Inches[/TD]
[TD]6-8[/TD]
[/TR]
</tbody>[/TABLE]
What I want on the index sheet
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Address[/TD]
[TD]City[/TD]
[TD]Inches[/TD]
[TD]Notes[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
What my sheets have on them
[TABLE="width: 500"]
<tbody>[TR]
[TD]City
[/TD]
[TD]McCall
[/TD]
[/TR]
[TR]
[TD]Name[/TD]
[TD]John Smith[/TD]
[/TR]
[TR]
[TD]Inches[/TD]
[TD]6-8[/TD]
[/TR]
</tbody>[/TABLE]