Forum Discussion
TheOldPuterMan
Jan 29, 2024Brass Contributor
Need a function or combination of functions to allow me to combine (sort?) multiple arrays into one
I have multiple columns that I need to sort into one. I can not find a way to get the sort function to do this and all other methods I've tried are cumbersome. Any help here please, thanks Th...
- Jan 30, 2024I 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
Harun24HR
Jan 29, 2024Bronze Contributor
Did you try SORTBY() function. Or use CHOOSECOLS() function then apply SORT() function. Attach a sample file and show your desired output.
- TheOldPuterManJan 30, 2024Brass 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