+ Reply to Thread
Results 1 to 4 of 4

Return a list based on a search.

  1. #1
    Registered User
    Join Date
    11-08-2012
    Location
    Greenville, NC
    MS-Off Ver
    Excel 2010
    Posts
    10

    Return a list based on a search.

    I am trying to display a list of names based on what quarter they were last seen. I have a sample of what I am talking about attached. I have looked through the threads and tried many different ways but have thus far been unsuccessfull. Any help you can give would be appreciated.

    Thanks
    Attached Files Attached Files
    Last edited by dsc1014; 11-08-2012 at 05:49 PM.

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Return a list based on a search.

    maby sorting the data.

    excel 2007

    Data => sort => sort on column A
    Data => sort => sort on column B

    See the attached file.
    Attached Files Attached Files
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    Office 2021
    Posts
    2,237

    Re: Return a list based on a search.

    Try this Array Formula in F2, with CTRL+SHIFT+ENTER

    =IFERROR(INDEX($B:$B,SMALL(IF($A$2:$A$12=COLUMNS($F2:F2),ROW($B$2:$B$12)),ROWS(F$2:F2))),"")

    Then copy down & across.
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

  4. #4
    Registered User
    Join Date
    11-08-2012
    Location
    Greenville, NC
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: Return a list based on a search.

    Haseeb A,

    Thank you. That worked perfectly. I had been trying a lot of very complicated examples but this was able to do exactly what I wanted.

+ 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