Split one worksheet into several worksheets

Jayred

New Member
Joined
Sep 7, 2006
Messages
1
I have a worksheet containing one column containing an indicator; A1, A2, B1, B2,... What would be the easiest way on getting all rows containing A1 into one worksheet/workbook, A2 into another ws/wb and so on?

What I would like to do is to get separate printouts for all rows containing A1, A2 and so on. The only way I know how to do it is just to filter on the column containing A1, A2,... and then printing each filter selection. In my case it would be extremely time consuming why I search for a way to separate the information set in one simple operation allowing separate print outs. I don't know how to write my own macros.

/Mikae
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Hi, Jayred
Welcome to the Board !!!!!

So you would like to filter the sheet for each criterion in column A and then print ?
It's a bit confusing but it seems to me those references A1, A2, B1, B2 are NOT celladdresses.

starting with
   A            B          
 1 filtercolumn other data 
 2 A1           item1      
 3 A2           item2      
 4 A3           item3      
 5 A2           item4      
 6 A2           item5      
 7 A2           item6      
 8 A1           item7      
 9 A1           item8      
10 A1           item9      
11 A2           item10     
12 A2           item11     
13 A3           item12     
14 A3           item13     
15 A1           item14     
16 A1           item15     
17 A1           item16     
18 A1           item17     

sheet1

[Table-It] version 05 by Erik Van Geit

your first sheet to print would be
   A            B          
 1 filtercolumn other data 
 2 A1           item1      
 8 A1           item7      
 9 A1           item8      
10 A1           item9      
15 A1           item14     
16 A1           item15     
17 A1           item16     
18 A1           item17     

sheet1

[Table-It] version 05 by Erik Van Geit

second is
   A            B          
 1 filtercolumn other data 
 3 A2           item2      
 5 A2           item4      
 6 A2           item5      
 7 A2           item6      
11 A2           item10     
12 A2           item11     

sheet1

[Table-It] version 05 by Erik Van Geit

etcetera
is this correct ?

kind regards,
Erik
 
Upvote 0

Forum statistics

Threads
1,214,940
Messages
6,122,361
Members
449,080
Latest member
Armadillos

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