Printing 1 table into 2

JTL9161

Well-known Member
Joined
Aug 29, 2012
Messages
582
Office Version
  1. 365
Platform
  1. Windows
I have a 12 column 130 line table. I want to print half of the table (65 lines) on the left side of the sheet and then print the 2nd (12 column/65 lines) next to it on the right side of the sheet.

Thank you for your assistance.


James
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
How about this method. You can keep your main table in tact with all the rows. On another sheet you can split them in half

Book2
ABCDEFGHIJKL
1Col 1Col 2Col 3Col 4Col 5Col 6Col 7Col 8Col 9Col 10Col 11Col 12
2Row01 Col01Row01 Col02Row01 Col03Row01 Col04Row01 Col05Row01 Col06Row01 Col07Row01 Col08Row01 Col09Row01 Col10Row01 Col11Row01 Col12
3Row02 Col01Row02 Col02Row02 Col03Row02 Col04Row02 Col05Row02 Col06Row02 Col07Row02 Col08Row02 Col09Row02 Col10Row02 Col11Row02 Col12
4Row03 Col01Row03 Col02Row03 Col03Row03 Col04Row03 Col05Row03 Col06Row03 Col07Row03 Col08Row03 Col09Row03 Col10Row03 Col11Row03 Col12
5Row04 Col01Row04 Col02Row04 Col03Row04 Col04Row04 Col05Row04 Col06Row04 Col07Row04 Col08Row04 Col09Row04 Col10Row04 Col11Row04 Col12
6Row05 Col01Row05 Col02Row05 Col03Row05 Col04Row05 Col05Row05 Col06Row05 Col07Row05 Col08Row05 Col09Row05 Col10Row05 Col11Row05 Col12
7Row06 Col01Row06 Col02Row06 Col03Row06 Col04Row06 Col05Row06 Col06Row06 Col07Row06 Col08Row06 Col09Row06 Col10Row06 Col11Row06 Col12
8Row07 Col01Row07 Col02Row07 Col03Row07 Col04Row07 Col05Row07 Col06Row07 Col07Row07 Col08Row07 Col09Row07 Col10Row07 Col11Row07 Col12
9Row08 Col01Row08 Col02Row08 Col03Row08 Col04Row08 Col05Row08 Col06Row08 Col07Row08 Col08Row08 Col09Row08 Col10Row08 Col11Row08 Col12
10Row09 Col01Row09 Col02Row09 Col03Row09 Col04Row09 Col05Row09 Col06Row09 Col07Row09 Col08Row09 Col09Row09 Col10Row09 Col11Row09 Col12
11Row10 Col01Row10 Col02Row10 Col03Row10 Col04Row10 Col05Row10 Col06Row10 Col07Row10 Col08Row10 Col09Row10 Col10Row10 Col11Row10 Col12
12Row11 Col01Row11 Col02Row11 Col03Row11 Col04Row11 Col05Row11 Col06Row11 Col07Row11 Col08Row11 Col09Row11 Col10Row11 Col11Row11 Col12
13Row12 Col01Row12 Col02Row12 Col03Row12 Col04Row12 Col05Row12 Col06Row12 Col07Row12 Col08Row12 Col09Row12 Col10Row12 Col11Row12 Col12
14Row13 Col01Row13 Col02Row13 Col03Row13 Col04Row13 Col05Row13 Col06Row13 Col07Row13 Col08Row13 Col09Row13 Col10Row13 Col11Row13 Col12
Table
Cell Formulas
RangeFormula
A2:L14A2="Row"&TEXT(ROW()-ROW($A$1),"00")&" Col"&TEXT(COLUMN(),"00")


Book2
ABCDEFGHIJKLMNOPQRSTUVWXY
1Col 1Col 2Col 3Col 4Col 5Col 6Col 7Col 8Col 9Col 10Col 11Col 12Col 1Col 2Col 3Col 4Col 5Col 6Col 7Col 8Col 9Col 10Col 11Col 12
2Row01 Col01Row01 Col02Row01 Col03Row01 Col04Row01 Col05Row01 Col06Row01 Col07Row01 Col08Row01 Col09Row01 Col10Row01 Col11Row01 Col12Row66 Col01Row66 Col02Row66 Col03Row66 Col04Row66 Col05Row66 Col06Row66 Col07Row66 Col08Row66 Col09Row66 Col10Row66 Col11Row66 Col12
3Row02 Col01Row02 Col02Row02 Col03Row02 Col04Row02 Col05Row02 Col06Row02 Col07Row02 Col08Row02 Col09Row02 Col10Row02 Col11Row02 Col12Row67 Col01Row67 Col02Row67 Col03Row67 Col04Row67 Col05Row67 Col06Row67 Col07Row67 Col08Row67 Col09Row67 Col10Row67 Col11Row67 Col12
4Row03 Col01Row03 Col02Row03 Col03Row03 Col04Row03 Col05Row03 Col06Row03 Col07Row03 Col08Row03 Col09Row03 Col10Row03 Col11Row03 Col12Row68 Col01Row68 Col02Row68 Col03Row68 Col04Row68 Col05Row68 Col06Row68 Col07Row68 Col08Row68 Col09Row68 Col10Row68 Col11Row68 Col12
5Row04 Col01Row04 Col02Row04 Col03Row04 Col04Row04 Col05Row04 Col06Row04 Col07Row04 Col08Row04 Col09Row04 Col10Row04 Col11Row04 Col12Row69 Col01Row69 Col02Row69 Col03Row69 Col04Row69 Col05Row69 Col06Row69 Col07Row69 Col08Row69 Col09Row69 Col10Row69 Col11Row69 Col12
6Row05 Col01Row05 Col02Row05 Col03Row05 Col04Row05 Col05Row05 Col06Row05 Col07Row05 Col08Row05 Col09Row05 Col10Row05 Col11Row05 Col12Row70 Col01Row70 Col02Row70 Col03Row70 Col04Row70 Col05Row70 Col06Row70 Col07Row70 Col08Row70 Col09Row70 Col10Row70 Col11Row70 Col12
7Row06 Col01Row06 Col02Row06 Col03Row06 Col04Row06 Col05Row06 Col06Row06 Col07Row06 Col08Row06 Col09Row06 Col10Row06 Col11Row06 Col12Row71 Col01Row71 Col02Row71 Col03Row71 Col04Row71 Col05Row71 Col06Row71 Col07Row71 Col08Row71 Col09Row71 Col10Row71 Col11Row71 Col12
8Row07 Col01Row07 Col02Row07 Col03Row07 Col04Row07 Col05Row07 Col06Row07 Col07Row07 Col08Row07 Col09Row07 Col10Row07 Col11Row07 Col12Row72 Col01Row72 Col02Row72 Col03Row72 Col04Row72 Col05Row72 Col06Row72 Col07Row72 Col08Row72 Col09Row72 Col10Row72 Col11Row72 Col12
9Row08 Col01Row08 Col02Row08 Col03Row08 Col04Row08 Col05Row08 Col06Row08 Col07Row08 Col08Row08 Col09Row08 Col10Row08 Col11Row08 Col12Row73 Col01Row73 Col02Row73 Col03Row73 Col04Row73 Col05Row73 Col06Row73 Col07Row73 Col08Row73 Col09Row73 Col10Row73 Col11Row73 Col12
2 Tables
Cell Formulas
RangeFormula
A2:L66A2=TAKE(Table!$A$2:$L$131,ROWS(Table!$A$2:$L$131)/2)
N2:Y66N2=TAKE(Table!$A$2:$L$131,-(ROWS(Table!$A$2:$L$131)/2))
Dynamic array formulas.
 
Upvote 0

Forum statistics

Threads
1,223,250
Messages
6,171,036
Members
452,374
Latest member
keccles

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top