I want to apologize up front if there is a solution for my question within the forum. I look though the first 15 pages and could not find what I needed.
I have an array that needs to be split into 3 columns/lists alphabetically.
Array_chunk almost did the trick, however it will only work if I listed the output horizontally.
What I need is:
column 1:
a
b
c
d
column2
e
f
g
h
coulmn3
i
j
k
l
Any thoughts?
Thanks!