Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 18
Default how to make rows 'sort with' between sheets during separate sorts

What I need to do is perform sorts on any column on either sheet that will
'hold' onto its respective row if linked from one sheet to the other.

IOW some columns on sheet 1 have formulas based on values in sheet 2 and
vice versa. But the columns referenced for values are not the same ie S2A1
has formula based on the value in S1B1, and S1C1 has formula based on the
value in S2C2.

All initial sorts I perform on S1, in any column, any way, carries over fine
to S2 (the first time I perform it), but then when I perform sorts on S2 that
sort doesn't carry back over to S1.

Sorts on both sheets, in several columns, filled with either values or
formulas, need be done a constant basis.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default how to make rows 'sort with' between sheets during separate sorts

I don't know about others, but I'm confused. If you can give somehow give an
actual example, with actual data, I'll try to help you.

Regards,
Ryan--


--
RyGuy


"Margo" wrote:

What I need to do is perform sorts on any column on either sheet that will
'hold' onto its respective row if linked from one sheet to the other.

IOW some columns on sheet 1 have formulas based on values in sheet 2 and
vice versa. But the columns referenced for values are not the same ie S2A1
has formula based on the value in S1B1, and S1C1 has formula based on the
value in S2C2.

All initial sorts I perform on S1, in any column, any way, carries over fine
to S2 (the first time I perform it), but then when I perform sorts on S2 that
sort doesn't carry back over to S1.

Sorts on both sheets, in several columns, filled with either values or
formulas, need be done a constant basis.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 18
Default how to make rows 'sort with' between sheets during separate so

I've uploaded a copy of the spreadsheet he

http://www.megaupload.com/

What I need to do is be able to perform sorts on Sheet1, then on any column
in Sheet2, and still have the rows hold true when I go back and perform
additional sorts on Sheet1 again. Also, under normal circumstances, any
columns with formulas would be locked and sorts performed via macros.

Thank you very much for any help - it's driving me crazy.



"ryguy7272" wrote:

I don't know about others, but I'm confused. If you can give somehow give an
actual example, with actual data, I'll try to help you.

Regards,
Ryan--


--
RyGuy


"Margo" wrote:

What I need to do is perform sorts on any column on either sheet that will
'hold' onto its respective row if linked from one sheet to the other.

IOW some columns on sheet 1 have formulas based on values in sheet 2 and
vice versa. But the columns referenced for values are not the same ie S2A1
has formula based on the value in S1B1, and S1C1 has formula based on the
value in S2C2.

All initial sorts I perform on S1, in any column, any way, carries over fine
to S2 (the first time I perform it), but then when I perform sorts on S2 that
sort doesn't carry back over to S1.

Sorts on both sheets, in several columns, filled with either values or
formulas, need be done a constant basis.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 73
Default how to make rows 'sort with' between sheets during separate so

I can't see the file. Send it to me at:
(remove the xxx).
Regards,
Ryan--

"Margo" wrote:

I've uploaded a copy of the spreadsheet he

http://www.megaupload.com/

What I need to do is be able to perform sorts on Sheet1, then on any column
in Sheet2, and still have the rows hold true when I go back and perform
additional sorts on Sheet1 again. Also, under normal circumstances, any
columns with formulas would be locked and sorts performed via macros.

Thank you very much for any help - it's driving me crazy.



"ryguy7272" wrote:

I don't know about others, but I'm confused. If you can give somehow give an
actual example, with actual data, I'll try to help you.

Regards,
Ryan--


--
RyGuy


"Margo" wrote:

What I need to do is perform sorts on any column on either sheet that will
'hold' onto its respective row if linked from one sheet to the other.

IOW some columns on sheet 1 have formulas based on values in sheet 2 and
vice versa. But the columns referenced for values are not the same ie S2A1
has formula based on the value in S1B1, and S1C1 has formula based on the
value in S2C2.

All initial sorts I perform on S1, in any column, any way, carries over fine
to S2 (the first time I perform it), but then when I perform sorts on S2 that
sort doesn't carry back over to S1.

Sorts on both sheets, in several columns, filled with either values or
formulas, need be done a constant basis.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default how to make rows 'sort with' between sheets during separate so

Sorry to take it offline, but I couldn't really understand what was needed.
Anyway, for those following this post, the issue was resolved with this
function:
=INDEX($A$1:$A$10,MATCH(ROW(A1),COUNTIF($A$1:$A$10 ,"<="&$A$1:$A$10),))
Ctrl+Shift+Enter

This 'alphabetizes' the array.
Ryan--

--
RyGuy


"RyGuy" wrote:

I can't see the file. Send it to me at:
(remove the xxx).
Regards,
Ryan--

"Margo" wrote:

I've uploaded a copy of the spreadsheet he

http://www.megaupload.com/

What I need to do is be able to perform sorts on Sheet1, then on any column
in Sheet2, and still have the rows hold true when I go back and perform
additional sorts on Sheet1 again. Also, under normal circumstances, any
columns with formulas would be locked and sorts performed via macros.

Thank you very much for any help - it's driving me crazy.



"ryguy7272" wrote:

I don't know about others, but I'm confused. If you can give somehow give an
actual example, with actual data, I'll try to help you.

Regards,
Ryan--


--
RyGuy


"Margo" wrote:

What I need to do is perform sorts on any column on either sheet that will
'hold' onto its respective row if linked from one sheet to the other.

IOW some columns on sheet 1 have formulas based on values in sheet 2 and
vice versa. But the columns referenced for values are not the same ie S2A1
has formula based on the value in S1B1, and S1C1 has formula based on the
value in S2C2.

All initial sorts I perform on S1, in any column, any way, carries over fine
to S2 (the first time I perform it), but then when I perform sorts on S2 that
sort doesn't carry back over to S1.

Sorts on both sheets, in several columns, filled with either values or
formulas, need be done a constant basis.

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 make a column of data sort into rows? Cara Excel Worksheet Functions 5 January 25th 07 04:37 AM
How to I sort in 2 worsheets where an unlinked column sorts as wel CrazyGnome1966 Excel Discussion (Misc queries) 1 August 8th 06 08:03 PM
same range, multiple sheets, different sorts, help please! nikmasteed Excel Worksheet Functions 2 May 19th 06 04:30 PM
sort in excel that sorts digikey Albert Mulder Excel Worksheet Functions 1 March 1st 06 07:59 PM
How do I make the sort default to 'No header rows' DJT Excel Discussion (Misc queries) 1 August 29th 05 11:40 PM


All times are GMT +1. The time now is 05:40 PM.

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

About Us

"It's about Microsoft Excel"