Hello,
I am compiling an appendix of data that unfortunately has to be printed. I have thousands of rows of data but only 4 columns. Is there a way to repeat the columns across a single page so I can reduce the number of pages? So I would have 2 pages worth of data on a single page?
To clarify -
Currently data looks like this on a page:
A B C D
1
2
3
4
5
etc
But I would like to arrange it like this on a single page to save pages:
A B C D A B C D
1 51
2 52
3 53
4 54
5 55
etc etc
Is there a way to do this? I hope my query is clear enough.
Thanks!
m123
Bookmarks