Grouping large worksheets in csv file

Texas Longhorn

Active Member
Joined
Sep 30, 2003
Messages
493
Hi all,

I have a project that has resulted in more data than Excel can fit into one worksheet (it's about 500 columns by 1,500 rows). The data was originally sorted in Excel in two tabs, which were then saved as two .csv files. Is there a way to merge the two .csv files into a single .csv file? Basically, I'm trying to append the columns from File2 to the end of the columns in File1.

Thanks for any help,
Bill
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
Two ideas (neither of which are perfect :( )
1) Use Excel 2007 - it will let you have up to 16,384 columns!
2) Use a dos copy command - but this will copy the data into the same columns, not the same rows with additional columns, so it depends what you need to do with the data after you have it in one file. The command is simple:

copy file1.csv + file2.csv filescombined.csv
 
Upvote 0
fasteddie - thanks for the reply. The dos copy will come in handy at some point; unfortunately, for this application, I need the additional columns. Oh well. Regardless, thanks for the tip.
 
Upvote 0

Forum statistics

Threads
1,214,907
Messages
6,122,181
Members
449,071
Latest member
cdnMech

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top