Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a large database in a spreadsheet. There is a list of financial
professionals and thier firms. For every change in the firm I want to create a separate worksheet. Which function allows me to do so, rather than copy paste?! Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You cannot create a new worksheet by use of a worksheet function alone;
for that you need to get into VBA. If you're willing to tackle writing a program in VBA/Excel, try re-asking the question in the Excel Programming forum. --- "chewy70" wrote: I have a large database in a spreadsheet. There is a list of financial professionals and thier firms. For every change in the firm I want to create a separate worksheet. Which function allows me to do so, rather than copy paste? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
There are three basic ways of presenting the data that you want:
1) the best solution: use only one sheet, and apply data filters - removes chance for errors, easiest to use and maintain 2) use a separate sheet for the report, and extract the data using formulas that are complicated and difficult to design and maintain 3) use a macro to apply the filters, then copy the visible data to separate sheets - results in data in two places, making maintenance a nightmare, increasing the chance of error 1) requires no extra help, 2) should not be pursued 3) has macro examples all over the web HTH, Bernie MS Excel MVP "chewy70" wrote in message ... I have a large database in a spreadsheet. There is a list of financial professionals and thier firms. For every change in the firm I want to create a separate worksheet. Which function allows me to do so, rather than copy paste?! Thanks |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
There is yet another way using pivot tables. Create a pivot table with the firm name in the Page field. Now while anywhere inside the pivot table, click on Show pages (will be somewhere in the pivot table toolbar). Hope this helps. -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com "chewy70" wrote in message ... I have a large database in a spreadsheet. There is a list of financial professionals and thier firms. For every change in the firm I want to create a separate worksheet. Which function allows me to do so, rather than copy paste?! Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I sort a worksheet without including the column header row | Excel Discussion (Misc queries) | |||
Auto-sort worksheet by date in column A | Excel Discussion (Misc queries) | |||
how do I sort a worksheet based on one column? | New Users to Excel | |||
Can I sort a column of #s Rt to left? in a worksheet | Excel Discussion (Misc queries) | |||
Sort by column inside a worksheet | Excel Worksheet Functions |