+ Reply to Thread
Results 1 to 3 of 3

Sorting across multiple Sheets

  1. #1
    Registered User
    Join Date
    10-04-2012
    Location
    US
    MS-Off Ver
    Excel 2010
    Posts
    2

    Sorting across multiple Sheets

    Hi I have a workbook with two sheets. I need to sort ascending on both sheets. So if A is on sheet 2 and Z is on sheet one it would move A to sheet 1 and Z to sheet 2. Both sheets have same formatting. Column B would be the key column and column AL would be the last all rows need to stay intact. The sort would start at row 5 since 1-4 have merged cells and titles in them. If anybody can provide help with this please let me know. Thank you.

  2. #2
    Valued Forum Contributor
    Join Date
    05-08-2012
    Location
    Georgia, USA
    MS-Off Ver
    Excel 2003, 2010
    Posts
    811

    Re: Sorting across multiple Sheets

    How about a macro. The macro would do the following:
    - Copy both sheets(let's call SHEET1 and SHEET2) to a temporary
    worksheet, lets call TEMP
    - Sort the data
    - Copy the data from the TEMP worksheet back to SHEET1 and SHEET2
    - Delete or hide the TEMP worksheet
    Click on star (*) below if this helps

  3. #3
    Registered User
    Join Date
    10-04-2012
    Location
    US
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Sorting across multiple Sheets

    that would work but I am not sure how to do that. i will research it myself first. first though. I would have replied earlier but i could not find the post anymore I forgot to subscribe to it. Now I did though

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1