+ Reply to Thread
Results 1 to 9 of 9

Extracting Data Based on Yes or No Condition

Hybrid View

  1. #1
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Extracting Data Based on Yes or No Condition

    One way is using Arrayed formulas (another way would be using 3 dummy columns)

    In List1 sheet, A2 entered with CNTRL SHFT ENTER instead of a simple ENTER( you'll see {} around the formula if done properly)

    =IFERROR(INDEX('Main List'!$A$2:$A$11,SMALL(IF('Main List'!$E$2:$E$11="Y",ROW($E$2:$E$11)-ROW($E$2)+1,5E+100),ROW(A1))),"")

    Then in B2, you'd just need to change what you are Indexing
    =IFERROR(INDEX('Main List'!$B$2:$B$11,SMALL(IF('Main List'!$E$2:$E$11="Y",ROW($E$2:$E$11)-ROW($E$2)+1,5E+100),ROW(A1))),"")
    and so on.
    I did List 1. Let me know if you have problems duplicating it.
    Attached Files Attached Files
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

+ 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