MixedUpExcel
Board Regular
- Joined
- Apr 7, 2015
- Messages
- 222
- Office Version
- 365
- Platform
- Windows
Hi,
I have 3 workbooks where the total rows is greater than 1048576 rows.
It's probably about 1,500,000 rows (approx)
These are Product codes (starting with either a number or a letter) - (including duplicates but at this moment in time, I don't want to remove the duplicates due to the data in the adjacent column that will be sorted with it's corresponding code)
I will have 6 columns in total on 1 sheet (I'll manually take the 2 columns from each of the 3 workbooks above) - Columns 1 -2 , 3 - 4, 5 - 6.
I want to sort all of the codes into A-Z order (imagine the list could fit in a single column of 1,500,000 rows) but I want to then split it at about row 700,000 and put the remaining codes into a second column.
Is there some simple code that will allow me to do that?
Thanks.
I have 3 workbooks where the total rows is greater than 1048576 rows.
It's probably about 1,500,000 rows (approx)
These are Product codes (starting with either a number or a letter) - (including duplicates but at this moment in time, I don't want to remove the duplicates due to the data in the adjacent column that will be sorted with it's corresponding code)
I will have 6 columns in total on 1 sheet (I'll manually take the 2 columns from each of the 3 workbooks above) - Columns 1 -2 , 3 - 4, 5 - 6.
I want to sort all of the codes into A-Z order (imagine the list could fit in a single column of 1,500,000 rows) but I want to then split it at about row 700,000 and put the remaining codes into a second column.
Is there some simple code that will allow me to do that?
Thanks.