Forum Discussion
Harun24HR
Jan 29, 2024Bronze Contributor
Re: Need a function or combination of functions to allow me to combine (sort?) multiple arrays into one
Did you try SORTBY() function. Or use CHOOSECOLS() function then apply SORT() function. Attach a sample file and show your desired output.
1 Reply
Sort By
- TheOldPuterManBrass ContributorI ended up using a combination of SORT, FILTER, CHOOSE and VSTACK to get what I needed. Your suggestion to look at CHOSECOL() gotme thinking.
Thanks!! TheOldPuterMan