View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
CLR CLR is offline
external usenet poster
 
Posts: 594
Default Master & Sub Worksheets?

Consider using the AutoFilter, automated with a macro if desired.......

Vaya con Dios,
Chuck, CABGx3


"idmnstr" <u32471@uwe wrote in message news:6f2d582c3dd5b@uwe...
Question:

Worksheet One has all the data for all the groups.

Worksheet Two through . contains portions of the data in Worksheet One.

The
portions are predefined ranges of values that appear in the Group column

in
Worksheet One. The values in the Group column are sorted so that all of

the
As, Bs, Cs, etc. are listed in rows grouped together.

Solution:

My thoughts run in the lines of a query. The query, on Worksheet Two

would
select Group values of A through D. The query, on Worksheet Three would
select Group values of E through G. etc.

I do this now with Cut/Paste but there has got to be a better way.

Can you point me in the correct direction?