+ Reply to Thread
Results 1 to 2 of 2

Sort Formulas?

  1. #1
    Forum Contributor
    Join Date
    08-08-2006
    Posts
    203

    Sort Formulas?

    Is there a way that I can sort data on one sheet and have the formulas that link to this data automatically update?

    Sheet 1
    ___A___B___
    1__82_____
    2__40_____
    3__77_____

    Sheet 2
    ________A__________B____________C_______
    1__=Sheet1!A1___=Sheet1!A2___=Sheet1!A3__


    Sort Column A, Sheet 1 Ascending
    1__40
    2__77
    3__82

    Sheet 2 Updates
    1__=Sheet1!A2___=Sheet1!A3___=Sheet1!A1

  2. #2
    JMB
    Guest

    RE: Sort Formulas?

    There may be a better way, but you could use a helper column in both
    worksheets.

    In the helper column on Sheet1, number 1, 2, 3, etc.
    A B
    1 40
    2 77
    3 82


    Put the same helper column on Sheet2, then use
    =VLOOKUP(A1, Sheet1!A$1:B$3, 2, 0)

    When you sort the data on Sheet1, include the helper column in the sort.


    "iturnrocks" wrote:

    >
    > Is there a way that I can sort data on one sheet and have the formulas
    > that link to this data automatically update?
    >
    > Sheet 1
    > ___A___B___
    > 1__82_____
    > 2__40_____
    > 3__77_____
    >
    > Sheet 2
    > ________A__________B____________C_______
    > 1__=Sheet1!A1___=Sheet1!A2___=Sheet1!A3__
    >
    >
    > Sort Column A, Sheet 1 Ascending
    > 1__40
    > 2__77
    > 3__82
    >
    > Sheet 2 Updates
    > 1__=Sheet1!A2___=Sheet1!A3___=Sheet1!A1
    >
    >
    > --
    > iturnrocks
    > ------------------------------------------------------------------------
    > iturnrocks's Profile: http://www.excelforum.com/member.php...o&userid=37246
    > View this thread: http://www.excelforum.com/showthread...hreadid=571405
    >
    >


+ 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