In need of EXCEL help

memo

Golden Member
Jul 16, 2000
1,345
0
0
As some of you may know, excel cuts files off at about 65000 lines. The file that im opening is a .csv or a comma delimited file, with about 1.5 million lines. Now I've googled and people have said to use MATLAB or similiar software to open it, but our familiarity with EXCEL pretty much makes us have to us it for this analysis. Is there a way to cleverly split the files into 65000 line chunks? Any help is appreciated.

Basically we need to do table lookups, means, and some inventory cost analysis. We also have some simulation software connected to excel which makes us have to use excel.
 
Aug 16, 2001
22,505
4
81
I guess you have to use some kind of Macro from within Excel (VBA) and read the file from there and just split it in several files.

Not much help I guess.