+ Reply to Thread
Results 1 to 7 of 7

HELP! Need to copy all the names from column A that has COMPLETE status in column B

  1. #1
    Registered User
    Join Date
    02-10-2016
    Location
    Qatar
    MS-Off Ver
    2010
    Posts
    3

    HELP! Need to copy all the names from column A that has COMPLETE status in column B

    Hi Please help. Need a formula to have all the Names (Column A) with complete status (column B) on a separate column (in this case, column E) and leave out the Incomplete ones:

    --A--------- B--------------- E
    Names----Status------------Complete List
    Adelle----Complete----------Adelle
    John-----Complete----------John
    Susan----Incomplete--------George
    George---Complete
    Anna-----Incomplete

    Thanks in advance!
    Last edited by ching09; 02-10-2016 at 06:19 AM.

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,504

    Re: HELP! Need to copy all the names from column A that has COMPLETE status in column B

    is something like this what you are referring to? =IF(B2="complete",A2,"")
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Registered User
    Join Date
    02-10-2016
    Location
    Qatar
    MS-Off Ver
    2010
    Posts
    3

    Re: HELP! Need to copy all the names from column A that has COMPLETE status in column B

    Quote Originally Posted by Sambo kid View Post
    is something like this what you are referring to? =IF(B2="complete",A2,"")
    Thanks Sambo kid! Well, kinda, it's just that I want to cover all of column A and B on the formula and not just B2 to A2, B3 to A3... so that I will have a list without empty spaces in it.

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,369

    Re: HELP! Need to copy all the names from column A that has COMPLETE status in column B

    Try

    =IFERROR(INDEX($A$2:$A$6,SMALL(IF($B$2:$B$6="Complete",ROW($A$2:$A$6)-ROW($A$2)+1,""),ROWS($A$2:A2))),"")

    Enter with Ctrl+Shift+Enter

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: HELP! Need to copy all the names from column A that has COMPLETE status in column B

    Here's another one...

    Data Range
    A
    B
    C
    D
    E
    1
    Names
    Status
    ------
    ------
    Complete List
    2
    Adelle
    Complete
    Adelle
    3
    John
    Complete
    John
    4
    Susan
    Incomplete
    George
    5
    George
    Complete
    6
    Anna
    Incomplete


    This array formula** entered in E2:

    =IFERROR(INDEX(A:A,SMALL(IF(B$2:B$6="Complete",ROW(B$2:B$6)),ROWS(E$2:E2))),"")

    ** array formulas need to be entered using the key
    combination of CTRL,SHIFT,ENTER (not just ENTER).
    Hold down both the CTRL key and the SHIFT key
    then hit ENTER.

    Copy down until you get blanks.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  6. #6
    Registered User
    Join Date
    02-10-2016
    Location
    Qatar
    MS-Off Ver
    2010
    Posts
    3

    Re: HELP! Need to copy all the names from column A that has COMPLETE status in column B

    Thanks all!!!!

  7. #7
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: HELP! Need to copy all the names from column A that has COMPLETE status in column B

    You're welcome!


    If your question has been solved please mark the thread as being solved.

    In the menu bar above the very first post select Thread Tools, then select Mark this thread as solved.

+ 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. Replies: 2
    Last Post: 12-08-2015, 03:01 PM
  2. Replies: 6
    Last Post: 01-08-2014, 01:56 PM
  3. Replies: 6
    Last Post: 08-17-2012, 01:24 PM
  4. Replies: 2
    Last Post: 06-25-2012, 11:21 PM
  5. Replies: 4
    Last Post: 04-08-2012, 09:43 PM
  6. STATUS column, reading from other inputs from other column
    By tinkertron in forum Excel General
    Replies: 1
    Last Post: 07-06-2009, 04:59 PM
  7. [SOLVED] Combo Box - auto complete and the bound column/text column propert
    By jeffbert in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-29-2006, 05:35 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