+ Reply to Thread
Results 1 to 5 of 5

Really challenging lookup situation

  1. #1
    Registered User
    Join Date
    04-20-2009
    Location
    bakersfield
    MS-Off Ver
    Excel 2003
    Posts
    10

    Really challenging lookup situation

    Hello every one,
    I got this really challenging lookup situation.
    First this is sample table layout:
    __A____B__C____D___E_____F____G__
    _________1ST__2ND__3RD__2ND__1ST_
    name1__________X_________X________
    name2_____X______________X_____X__
    name3__1__X_________X__________X__
    name4_______X_________X____X______
    name5__1__X_________X__________X__
    name6____________X_________X______
    name7__1__X_________X____X________
    name8____________X____X___________
    name9__1____X______________X______
    I want formula which will return list of names from col. A, if there is no number in col.B and there is “X” in 1ST or 2nd col(s)., but ignore 3rd col.
    Please help me I am losing sleep over this one.
    I do understand that this is calling for multicell array formula, and I also don’t want to create any additional columns to achieve desired result.
    Thank you,
    Guntars

  2. #2
    Valued Forum Contributor mdbct's Avatar
    Join Date
    11-11-2005
    Location
    CT
    MS-Off Ver
    2003 & 2007
    Posts
    848

    Re: Really challenging lookup situation

    Please post a sample file with the same info that you've displayed and the desired results.

  3. #3
    Registered User
    Join Date
    04-20-2009
    Location
    bakersfield
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: Really challenging lookup situation

    Here is the sample file,
    Quote Originally Posted by guntar View Post
    Hello every one,
    I got this really challenging lookup situation.
    First this is sample table layout:
    __A____B__C____D___E_____F____G__
    _________1ST__2ND__3RD__2ND__1ST_
    name1__________X_________X________
    name2_____X______________X_____X__
    name3__1__X_________X__________X__
    name4_______X_________X____X______
    name5__1__X_________X__________X__
    name6____________X_________X______
    name7__1__X_________X____X________
    name8____________X____X___________
    name9__1____X______________X______
    I want formula which will return list of names from col. A, if there is no number in col.B and there is “X” in 1ST or 2nd col(s)., but ignore 3rd col.
    Please help me I am losing sleep over this one.
    I do understand that this is calling for multicell array formula, and I also don’t want to create any additional columns to achieve desired result.
    Thank you,
    Guntars
    Attached Files Attached Files

  4. #4
    Valued Forum Contributor mdbct's Avatar
    Join Date
    11-11-2005
    Location
    CT
    MS-Off Ver
    2003 & 2007
    Posts
    848

    Re: Really challenging lookup situation

    One option would be to use a filter column.
    In K3
    Please Login or Register  to view this content.
    Copy down as far as necessary
    With a cell within your table or in the new column, go to Data Filer > Autofilter
    In the dropdown in the newly created column, choose True
    Highlight and copy the names
    Paste the names somewhere.
    In the dropdown in the newly created column, choose (All).
    Remove the filter and delete filter column.

    This process can be automated with a macro if you like.

  5. #5
    Valued Forum Contributor mdbct's Avatar
    Join Date
    11-11-2005
    Location
    CT
    MS-Off Ver
    2003 & 2007
    Posts
    848

    Re: Really challenging lookup situation

    The following assumes there is no data below your table and your destination for the names is in the "O" column.

    Please Login or Register  to view this content.

+ 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