Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 257
Default 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?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default 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



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default 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


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
How do I sort a worksheet without including the column header row Navy Neophyte Excel Discussion (Misc queries) 3 April 17th 23 06:59 PM
Auto-sort worksheet by date in column A avshook Excel Discussion (Misc queries) 4 August 29th 18 12:40 PM
how do I sort a worksheet based on one column? chipster New Users to Excel 1 September 24th 06 07:08 PM
Can I sort a column of #s Rt to left? in a worksheet Concha94 Excel Discussion (Misc queries) 1 June 1st 06 07:16 PM
Sort by column inside a worksheet flyingrhino Excel Worksheet Functions 2 April 10th 06 09:42 PM


All times are GMT +1. The time now is 09:36 PM.

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

About Us

"It's about Microsoft Excel"