+ Reply to Thread
Results 1 to 6 of 6

Extract items not checked

  1. #1
    Forum Contributor
    Join Date
    07-12-2018
    Location
    South Africa
    MS-Off Ver
    Office 2021
    Posts
    2,761

    Extract items not checked

    I have tick marks in Col I and branches in Col A

    I am looking for a formula to extract all the branches not ticked


    I have tried to use advanced filter but not is being extracted


    It would be appreciated if someone could kindly assist me
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,213

    Re: Extract items not checked

    Please try at A13

    =IFERROR(INDEX($A$1:$A$7,AGGREGATE(15,6,ROW($A$2:$A$7)/($I$2:$I$7=""),ROWS(A$13:A13))),"")
    Attached Files Attached Files

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: Extract items not checked

    Try this ARRAY formula...
    =IFERROR(INDEX($A:$A,SMALL(IF($I$2:$I$7="",ROW($A$2:$A$7)),ROWS($A$1:A1))),"")

    **Array formulas are not entered in the same way as 'standard' formulas. Instead of pressing just ENTER, you first hold down CTRL and SHIFT, and only then press ENTER. If you've done it correctly, you'll notice Excel puts curly brackets {} around the formula (though do not attempt to manually insert these yourself).

    Then copy down as needed.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,481

    Re: Extract items not checked

    A13

    Please Login or Register  to view this content.
    Drag down
    Quang PT

  5. #5
    Forum Contributor
    Join Date
    07-12-2018
    Location
    South Africa
    MS-Off Ver
    Office 2021
    Posts
    2,761

    Re: Extract items not checked

    thanks for the help guys

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: Extract items not checked

    Happy to help and thanks for the feedback

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Sorting checked listbox items changes selection
    By DMA in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-30-2020, 05:49 PM
  2. [SOLVED] Pick filtered values from checked items
    By xl_programmer in forum Excel General
    Replies: 3
    Last Post: 08-06-2019, 08:40 AM
  3. Need help with VBA [Write data to sheet for listbox items with boxes checked]
    By JLandrum in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-16-2017, 12:06 PM
  4. Print Checked Items to Formatted Document
    By Mr_Ekid in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-05-2013, 05:27 PM
  5. [SOLVED] Make a list from Items not checked off
    By lukereed18 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-08-2013, 02:55 PM
  6. Calculate Maximum Items Checked out
    By jeffwest1230 in forum Excel General
    Replies: 3
    Last Post: 03-05-2010, 06:21 PM
  7. Making a list of checked items
    By aburnce in forum Excel General
    Replies: 1
    Last Post: 12-27-2008, 07:29 PM

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