Seminole1284
New Member
- Joined
- Mar 25, 2018
- Messages
- 2
First Time Poster so forgive the bad formatting. I am building a basic spreadsheet for our warehouses to use to print location labels. I data is in this format. In order to print labels, I need to stack the info on top of each other. When I do this and drag the formula down, it is jumping three locations and skipping rows. What can I use to be able to drag down a formula and it only jumps one row on the source data.
Source Data
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Zone[/TD]
[TD]Location[/TD]
[TD]Location ID[/TD]
[/TR]
[TR]
[TD]A2[/TD]
[TD]B2[/TD]
[TD]C2[/TD]
[/TR]
[TR]
[TD]A3[/TD]
[TD]B3[/TD]
[TD]C3[/TD]
[/TR]
[TR]
[TD]A4[/TD]
[TD]B4[/TD]
[TD]C4[/TD]
[/TR]
</tbody>[/TABLE]
Label Page- I am stacking ZONE, LOCATION, and LOCATION ID on top of each other so it prints on a label stacked. When I drag it down, it currently skips three rows every time.
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Currently Happening[/TD]
[TD]What I need to achieve[/TD]
[/TR]
[TR]
[TD]=A2[/TD]
[TD]=A2[/TD]
[/TR]
[TR]
[TD]=B2[/TD]
[TD]=B2[/TD]
[/TR]
[TR]
[TD]=C2[/TD]
[TD]=C2[/TD]
[/TR]
[TR]
[TD]=A5[/TD]
[TD]=A3[/TD]
[/TR]
[TR]
[TD]=B5[/TD]
[TD]=B3[/TD]
[/TR]
[TR]
[TD]=C5[/TD]
[TD]=C3[/TD]
[/TR]
[TR]
[TD]=A8[/TD]
[TD]=A4[/TD]
[/TR]
[TR]
[TD]=B8[/TD]
[TD]=B4[/TD]
[/TR]
[TR]
[TD]=C8[/TD]
[TD]=C4[/TD]
[/TR]
</tbody>[/TABLE]
Thank you in advance for your suggestions
Source Data
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Zone[/TD]
[TD]Location[/TD]
[TD]Location ID[/TD]
[/TR]
[TR]
[TD]A2[/TD]
[TD]B2[/TD]
[TD]C2[/TD]
[/TR]
[TR]
[TD]A3[/TD]
[TD]B3[/TD]
[TD]C3[/TD]
[/TR]
[TR]
[TD]A4[/TD]
[TD]B4[/TD]
[TD]C4[/TD]
[/TR]
</tbody>[/TABLE]
Label Page- I am stacking ZONE, LOCATION, and LOCATION ID on top of each other so it prints on a label stacked. When I drag it down, it currently skips three rows every time.
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Currently Happening[/TD]
[TD]What I need to achieve[/TD]
[/TR]
[TR]
[TD]=A2[/TD]
[TD]=A2[/TD]
[/TR]
[TR]
[TD]=B2[/TD]
[TD]=B2[/TD]
[/TR]
[TR]
[TD]=C2[/TD]
[TD]=C2[/TD]
[/TR]
[TR]
[TD]=A5[/TD]
[TD]=A3[/TD]
[/TR]
[TR]
[TD]=B5[/TD]
[TD]=B3[/TD]
[/TR]
[TR]
[TD]=C5[/TD]
[TD]=C3[/TD]
[/TR]
[TR]
[TD]=A8[/TD]
[TD]=A4[/TD]
[/TR]
[TR]
[TD]=B8[/TD]
[TD]=B4[/TD]
[/TR]
[TR]
[TD]=C8[/TD]
[TD]=C4[/TD]
[/TR]
</tbody>[/TABLE]
Thank you in advance for your suggestions