I have a excel file. With many columns . I need to make multiple files using this
Eg: 0 0 0 0 0 1 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 2. So these are the excel columns with each having many rows. I need one file which would contain 0 0 0 0 0 1 1 1 1 1 2 then second will contain only the second no 0 0 0 0 0 1 1 1 1 1 2....similarly the others.
Thank you all for ur reply. To simplify the question:
- I have a excel file as i mentioned with number of columns and rows. The columns are named as
alt text http://img44.imageshack.us/img44/3397/84200961244pm.png
Now I need to split this file into many excel files the 1st will have
A to O columns with all rows. The second will have A to N + P(this will not have columns O) and similarly the other 2. There will be like many columns with 2 and i will have to make a file containg all the columns containing O and 1 and each 2 at a time. i.e 1st 2 then the 2nd 2 and so on.