Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a master worksheet that has 7 columns of data: name, platoon,
APFT badge, certificate, score, go/no-go, date. In the second column there are five possible entries: 1, 2, 3, OPS, HQ. I would like to use the advanced filter to filter data by platoon and place it into seperate sheets for each platoon. I am familiar with basic advanced filtering but when I updated the criteria for the filter to send 2nd platoon's data, I lost 1st platoon's. How can I get around this problem? And how can I get it to run the filter automatically as I enter data on the master worksheet? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
What do you mean by 'lost'?
Are you doing this manually or by code? If the latter, post the code. -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "SGT Buckeye" wrote in message ps.com... I have a master worksheet that has 7 columns of data: name, platoon, APFT badge, certificate, score, go/no-go, date. In the second column there are five possible entries: 1, 2, 3, OPS, HQ. I would like to use the advanced filter to filter data by platoon and place it into seperate sheets for each platoon. I am familiar with basic advanced filtering but when I updated the criteria for the filter to send 2nd platoon's data, I lost 1st platoon's. How can I get around this problem? And how can I get it to run the filter automatically as I enter data on the master worksheet? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You may find some tips he
Ron de Bruin's EasyFilter addin: http://www.rondebruin.nl/easyfilter.htm Code from Debra Dalgleish's site: http://www.contextures.com/excelfiles.html Create New Sheets from Filtered List -- uses an Advanced Filter to create separate sheet of orders for each sales rep visible in a filtered list; macro automates the filter. AdvFilterRepFiltered.xls 35 kb Update Sheets from Master -- uses an Advanced Filter to send data from Master sheet to individual worksheets -- replaces old data with current. AdvFilterCity.xls 55 kb SGT Buckeye wrote: I have a master worksheet that has 7 columns of data: name, platoon, APFT badge, certificate, score, go/no-go, date. In the second column there are five possible entries: 1, 2, 3, OPS, HQ. I would like to use the advanced filter to filter data by platoon and place it into seperate sheets for each platoon. I am familiar with basic advanced filtering but when I updated the criteria for the filter to send 2nd platoon's data, I lost 1st platoon's. How can I get around this problem? And how can I get it to run the filter automatically as I enter data on the master worksheet? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Advanced Filter - filter rows < | Excel Discussion (Misc queries) | |||
Why won't advanced filter return filter results? | Excel Worksheet Functions | |||
How do I use advanced filter to filter for blank cells? | Excel Discussion (Misc queries) | |||
"Criteria Range" in the "Data/Filter/Advanced Filter" to select Du | Excel Worksheet Functions | |||
advanced filter won't allow me to filter on bracketed text (-456.2 | Excel Discussion (Misc queries) |