Hello!
I need a list of 5, maximum 7 columns.
Does anyone know a workaround for this?
I know about Is there a way to create more than four columns for a list? and Creating a basic table? but my need does not implies a horizontal sliding list…
I tried the idea of putting a text 5 (7) times and turning it into a list (from here Creating a basic table? - #11 by ionutilie), but it is not fully functional.
If you apply the idea of putting a text 5 (7) times and turning it into a list, then it will be like this:
row A: 1, n/a, n/a, n/a, n/a, n/a, n/a
row B: 2, n/a, n/a, n/a, n/a, n/a, n/a
row C: 3, n/a, n/a, n/a, n/a, n/a, n/a
I need the information in the list to be taken as follows:
row A: 1, 2, 3, 4, 5, 6, 7
row B: 8, 9, 10, 11, 12, 13, 14
Does anyone have a solution for a functional list for a 5 (7) column list?
Thank you.