Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default How do I copy specific information from a master sheet?

I have a master list of clients, birthdates and representatives and other
information.

I want Excel to automatically generate separate worksheets based on the
information found in the master list.

For example:
A B C D E F
Joan Smith Jan 21 NDE other info other info
John Jones Dec 1 MS other info other info
Sue Adams Oct 12 SCD other info other info

And so on. I have about 300 people in total.

What forumula do I use to automatically extrapolate to another worksheet
only Colums A, B, C, D and F for all clients with DOB (column C) in Jan. And
then all clients with DOB in Feb, Mar, Apr etc. - each month to a separate
worksheet?


Thanks,
Freda

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default How do I copy specific information from a master sheet?

Consider a helper column and the use of AutoFilter. Say we have a Master
worksheet wil column headers in row #1 and 12 additional (monthly) worksheets.

In cell A1 of Sheet1 enter:

=Master!A1 copy this both across & down

Sheet1 will be a duplicate of Master. Repeat this for Sheets 2 thru 12.

Back on Sheet!, put a label in G1 and in G2 enter:

=IF(LEFT(C2,3)="Jan",1,0) and copy down

Turn on AutoFilter on G1 and pick only 1's

Do similar for Sheets2 thru 12.

--
Gary''s Student - gsnu200795


"PFAA" wrote:

I have a master list of clients, birthdates and representatives and other
information.

I want Excel to automatically generate separate worksheets based on the
information found in the master list.

For example:
A B C D E F
Joan Smith Jan 21 NDE other info other info
John Jones Dec 1 MS other info other info
Sue Adams Oct 12 SCD other info other info

And so on. I have about 300 people in total.

What forumula do I use to automatically extrapolate to another worksheet
only Colums A, B, C, D and F for all clients with DOB (column C) in Jan. And
then all clients with DOB in Feb, Mar, Apr etc. - each month to a separate
worksheet?


Thanks,
Freda

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pulling information from master sheet to multiple sheets KTB New Users to Excel 1 July 29th 08 10:10 PM
Data Base, copy information one sheet to another automatically Bill Bula Excel Discussion (Misc queries) 2 November 5th 07 01:04 PM
MOVE SPECIFIC INFORMATION TO ANOTHER SHEET NEWEXCELUSER Excel Discussion (Misc queries) 1 September 14th 07 05:43 PM
Formula for automatically entering information from a master sheet Victoria Excel Discussion (Misc queries) 7 July 9th 07 06:24 PM
copy subtotal information to new sheet Patience Excel Worksheet Functions 2 June 15th 05 04:03 PM


All times are GMT +1. The time now is 11:37 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"