+ Reply to Thread
Results 1 to 2 of 2

sorted list

  1. #1
    Registered User
    Join Date
    11-22-2011
    Location
    New South Wales
    MS-Off Ver
    Excel 2007
    Posts
    2

    sorted list

    hi all - can anyone help on following

    the data is as follow on worksheet A:

    code status
    zzz open
    yyy open
    ccc closed
    ddd open
    aaa open

    i would like a returned list of open codes in ascending order on worksheet B as follow

    code status
    aaa open
    ddd open
    yyy open
    zzz open

    i currently have following which returns me the list of open codes, however not in sorted format

    INDEX(Transactions!$A$2:$BB$89,SMALL(IF(Transactions!$C$2:$C$89=dStatusOpen,ROW(Transactions!$A$2:$A$89)-ROW(Transactions!$A$2)+1,ROW(Transactions!$A$89)+1),ROWS($A$19:A19)),1)

    code status
    zzz open
    yyy open
    ddd open
    aaa open

    column A is the code
    column C is the status

    thanks in advance for your help & efforts - jurgen

  2. #2
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: sorted list

    Your post does not comply with Rule 5 of our Forum RULES. We have Seven question forums: Miscellaneous, General, Programming, Worksheet Functions, Charting, Excel 2007 Help and New Users. Please choose the appropriate forum, and post your question in ONLY one forum.

    Your thread has been moved to the General forum.
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

+ 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