Split Sheet

u2moo

New Member
Joined
Apr 20, 2002
Messages
1
Here is an example of the data I would like to manipulate:
Eg.
Column A Column B Column C
123456 test data1 Blah Blah
123456 test data2 Blah two
123456 test data3 blah three
453545 bb aa
678499 cc xx

I want to group the id's(column A data) and save only the data in rows 2 & 3 for each id to a new file. I would also like to save the new file with the name of the id, eg 123456.xls.

EG
File Name:123456.xls
Contents:
test data1 Blah Blah
test data2 Blah two
test data3 blah three

File Name:453545.xls
Contents:
bb aa

etc...


I look forward to your responses!



_________________
Aaron
This message was edited by u2moo on 2002-04-21 23:03
This message was edited by u2moo on 2002-04-21 23:08
This message was edited by u2moo on 2002-04-21 23:10
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college

Forum statistics

Threads
1,214,584
Messages
6,120,385
Members
448,956
Latest member
JPav

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