Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 14
Default Updating workbook with an alpha sort sheet and a numeric sort shee

I have some data that I wish to sort in alpha order in one sheet and in
numeric order in another sheet of the same workbook (WinXP, Excel 2003). I
can do the sorts initially with no problem. However, if I add data to the
alpha sort sheet, how can I get the "new" data added (appended) to the
numeric sorted sheet and have it be in numeric order?
I'm only ordering 3 columns of data, but I'm trying to save myself a few
steps. I could set up 1 sheet with original data and then add data only to
that sheet and then copy the sheet twice and then sort the 2 new sheets into
an alpha sort and a numeric sort. But that would mean that every time I
added data to the original sheet I would have to create the 2 extra/new
sheets and do the alpha sort and numeric sort again. There's got to be some
way to add new data to 1 sheet and have the second sheet "update" itself? I
don't care if the alpha sort is my first sheet or my second sheet. I'm just
trying to sort the data in both formats so I can locate it either way.

thanks in advance
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default Updating workbook with an alpha sort sheet and a numeric sort shee

One option is to add the code to sort the second worksheet on its Activate
method
(if you can live with the sort everytime you change to the worksheet)

Private Sub Worksheet_Activate()

Or you can have a sort macro assigned to a button...

Or to the Workbook Open, Before Save ....

"cjlatta" wrote:

I have some data that I wish to sort in alpha order in one sheet and in
numeric order in another sheet of the same workbook (WinXP, Excel 2003). I
can do the sorts initially with no problem. However, if I add data to the
alpha sort sheet, how can I get the "new" data added (appended) to the
numeric sorted sheet and have it be in numeric order?
I'm only ordering 3 columns of data, but I'm trying to save myself a few
steps. I could set up 1 sheet with original data and then add data only to
that sheet and then copy the sheet twice and then sort the 2 new sheets into
an alpha sort and a numeric sort. But that would mean that every time I
added data to the original sheet I would have to create the 2 extra/new
sheets and do the alpha sort and numeric sort again. There's got to be some
way to add new data to 1 sheet and have the second sheet "update" itself? I
don't care if the alpha sort is my first sheet or my second sheet. I'm just
trying to sort the data in both formats so I can locate it either way.

thanks in advance

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 14
Default Updating workbook with an alpha sort sheet and a numeric sort

Can you explain a bit more about both the sort macro and the Workbook Open,
Before Save options? I've not done the latter and I'm not sure how to go
about setting up the macro. I may be asking too basic a question - I
appreciate any info.
Thanks again.


"Sheeloo" wrote:

One option is to add the code to sort the second worksheet on its Activate
method
(if you can live with the sort everytime you change to the worksheet)

Private Sub Worksheet_Activate()

Or you can have a sort macro assigned to a button...

Or to the Workbook Open, Before Save ....

"cjlatta" wrote:

I have some data that I wish to sort in alpha order in one sheet and in
numeric order in another sheet of the same workbook (WinXP, Excel 2003). I
can do the sorts initially with no problem. However, if I add data to the
alpha sort sheet, how can I get the "new" data added (appended) to the
numeric sorted sheet and have it be in numeric order?
I'm only ordering 3 columns of data, but I'm trying to save myself a few
steps. I could set up 1 sheet with original data and then add data only to
that sheet and then copy the sheet twice and then sort the 2 new sheets into
an alpha sort and a numeric sort. But that would mean that every time I
added data to the original sheet I would have to create the 2 extra/new
sheets and do the alpha sort and numeric sort again. There's got to be some
way to add new data to 1 sheet and have the second sheet "update" itself? I
don't care if the alpha sort is my first sheet or my second sheet. I'm just
trying to sort the data in both formats so I can locate it either way.

thanks in advance

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
sort non delimeted non fixed width alpha numeric column jwbuyer Excel Discussion (Misc queries) 2 December 3rd 08 05:40 PM
if able, how do you sort Tabs in excel (alpha-numeric) ?? Dgadgetk Excel Worksheet Functions 3 November 10th 08 08:51 PM
Alpha Numeric Sort Cptn_Jon Excel Discussion (Misc queries) 1 December 1st 06 04:14 PM
Can I change the sort order to Alpha before Numeric? gracy Excel Discussion (Misc queries) 2 May 19th 06 09:16 PM
I want to sort worksheets in a workbook into Alpha order? thecattah Excel Worksheet Functions 1 January 5th 05 07:06 AM


All times are GMT +1. The time now is 07:23 AM.

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"