Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a worksheet with the following column headings "name" "region"
"date" "author", there are 4 different regions the data can be from. I would like to create 4 new worksheets within the same workbook, one for each region, that takes the data from the main worksheet and sorts it into one of the four worksheets depending on the region. Is there a way to do this so that if I add an entry to the main worksheet, the corresponding region worksheet will automatically update with the new data? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I would use the combined worksheet for data entry. Then recreate the other
sheets when you need to. You may want to look at the way Ron de Bruin and Debra Dalgleish approached it: 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 wrote: I have a worksheet with the following column headings "name" "region" "date" "author", there are 4 different regions the data can be from. I would like to create 4 new worksheets within the same workbook, one for each region, that takes the data from the main worksheet and sorts it into one of the four worksheets depending on the region. Is there a way to do this so that if I add an entry to the main worksheet, the corresponding region worksheet will automatically update with the new data? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Manual control of link updating for downloaded quotes? | Excel Discussion (Misc queries) | |||
Help PLEASE! Not sure what answer is: Match? Index? Other? | Excel Worksheet Functions | |||
Saving data in a worksheet within a workbook | Excel Discussion (Misc queries) | |||
Automatically pasting worksheet data to new worksheet with formulas | Excel Worksheet Functions | |||
Inserting Filtered RC cell information into other worksheets | Excel Discussion (Misc queries) |