I have an item list in a table of about 100 items and their prices I want to print.
Item name | Price
a a1
b b1
c c1
d d1
With so many items it becomes very long and hard to look at .
How do I make it so the table stops at every lets say 25 items and goes over to the next column like this.
I| P| I| P
a a1 c c1
b b1 d d1
I could just copy paste but I want to be able to use the filter within the table still. PLEASE HELP .
Item name | Price
a a1
b b1
c c1
d d1
With so many items it becomes very long and hard to look at .
How do I make it so the table stops at every lets say 25 items and goes over to the next column like this.
I| P| I| P
a a1 c c1
b b1 d d1
I could just copy paste but I want to be able to use the filter within the table still. PLEASE HELP .