Forum Discussion
Rex1028
Nov 19, 2019Copper Contributor
Horizontal Sort
I wish to perform a horizontal sort on multiple rows of text data. Each row has 4 columns. Highly repetitive steps, but can't find a function that will do and can't figure how to develop a macro th...
- Nov 19, 2019
Please check this post, sample is somewhere in the middle https://www.ablebits.com/office-addins-blog/2018/04/11/alphabetize-excel-sort-columns-rows/
Another solution could be with Power Query if you consider it.
SergeiBaklan
Nov 19, 2019Diamond Contributor
Please check this post, sample is somewhere in the middle https://www.ablebits.com/office-addins-blog/2018/04/11/alphabetize-excel-sort-columns-rows/
Another solution could be with Power Query if you consider it.
Rex1028
Nov 20, 2019Copper Contributor
- SergeiBaklanNov 20, 2019Diamond Contributor
Rex1028 , you are welcome