+ Reply to Thread
Results 1 to 7 of 7

Sort and Match Uneven Columns of data

  1. #1
    Registered User
    Join Date
    11-20-2012
    Location
    Sacramento
    MS-Off Ver
    Excel 2007
    Posts
    4

    Sort and Match Uneven Columns of data

    I have an spreadsheet with many rows of data. Columns A and B are a set of results from a phone bank; columns C, D and E are results from another phone bank. I need match column B (and its corresponding data in Column A) with Column C (and its corresponding data in Column D and E). Note: I have read similar posts in this forum and other places on the web, but the proposed solutions, for whatever reason, do not seem to work. Here is an example (I have also attached the file)

    Copy of Dial Download 10 22 12_B.jpg
    Copy of Dial Download 10 22 12_B.xlsx

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Sort and Match Uneven Columns of data

    if you find the match what will it do return column A? then sort that.
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  3. #3
    Registered User
    Join Date
    11-20-2012
    Location
    Sacramento
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Sort and Match Uneven Columns of data

    I am sorry, but I do not understand your reply.

  4. #4
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Sort and Match Uneven Columns of data

    You will match B and C right, then if they have a match what will it do next.
    Col B Col C

    123 111
    456 123
    789 456

  5. #5
    Registered User
    Join Date
    11-20-2012
    Location
    Sacramento
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Sort and Match Uneven Columns of data

    I need the data in the rows of columns A & B to align with columns C, D and E, matching the phone numbers in B and C. Here is an example of how I want the final results to look.
    A B C D E
    Called Supposed to be not called
    dial_disposition Dialed_phone Dialed_phone dial_disposition
    ANSWER 5302183886 5302183886 Voice Message Left
    ANSWER 5302315274 5302315274 Voice Message Left
    ANSWER 5302315449 5302315449 ANSWER Not Interested
    ANSWER 5302315679 5302315679 ANSWER Do Not Call

  6. #6
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Sort and Match Uneven Columns of data

    ok, can't upload your file try the formula below referenced to your file,if this is what you want.

    in G3 =IFERROR(INDEX(A:A,MATCH(H3,C:C,0)),"")
    in H3 =B3
    in I3 =IF(COUNTIF(C:C,H3)>0,H3,"")
    in J3 =IFERROR(INDEX(D:D,MATCH(H3,C:C,0)),"")
    in K3 =IFERROR(IF(INDEX(E:E,MATCH(H3,C:C,0))=0,"",INDEX(E:E,MATCH(H3,C:C,0))),"")

    ***change the ranges to appropriate one eg. from Index(A:A) to Index(A3:A1000)

  7. #7
    Registered User
    Join Date
    11-20-2012
    Location
    Sacramento
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Sort and Match Uneven Columns of data

    That worked! Thank you so very much!

+ 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