![]() |
How do I sort column changes in different worksheet?
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 |
How do I sort column changes in different worksheet?
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? |
How do I sort column changes in different worksheet?
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 |
How do I sort column changes in different worksheet?
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 |
All times are GMT +1. The time now is 02:06 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com