How can I make a table continue in same page
I have a three column table, I want it to continue on the same page instead of continuing into a next page, is there a way to do this?
iMac, OS X Mavericks (10.9.2)
I have a three column table, I want it to continue on the same page instead of continuing into a next page, is there a way to do this?
iMac, OS X Mavericks (10.9.2)
Javier,
In Numbers, the flow of a table when it hits a page margin is to jump the next page. It will not "wrap" to the top of the page and continue in an adjacent page column. it is possible to do this at the point of composing your final layout if you do the layout in Pages and Paste your table from Numbers into Pages on a page formatted as three columns..
Here's an example of a long Numbers Table pasted into Pages as a "Moves with Text" object into a 3-column layout:
Regards,
Jerry
Thank you Jerry, I appreciate your help. This seems to be the only way it would work.
Hi Javier,
A solution by Badunit
Table 1
a | |
b | |
c | |
d | |
e | |
f | |
g | |
h | |
Table 2. Formula in B2 (and fill Down and Right)
=IFERROR(IF(OFFSET(Table 1::$B$1,ROW()−1+(COLUMN()−2)×(ROWS(B)−1),0)="","",OFFSET(Table 1::$B$1,ROW()−1+(COLUMN()−2)×(ROWS(B)−1),0)),"")
a | d | g | |
b | e | h | |
c | f |
Table 2 can be any shape.
Regards,
Ian.
How can I make a table continue in same page