+ Reply to Thread
Results 1 to 8 of 8

[Help] Sorting Two Data columns/matching [Help]

  1. #1
    Registered User
    Join Date
    09-25-2013
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    12

    [Help] Sorting Two Data columns/matching [Help]

    Hello,

    I need to match certain information up. I have attached an excel document that will help answer my question hopefully.

    Its clear in the document what i need done if someone is able to post the formula needed or way to do it would be great!

    Thanks,

    Matt
    Attached Files Attached Files

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: [Help] Sorting Two Data columns/matching [Help]

    INDEX(..MATCH(FIND(..))) can do it

    Plop this into D19 in your example, and copy downwards.

    =IFERROR(INDEX($C$1:$C$3,MATCH("*"&LEFT(A19,FIND(":",A19)-1)&"*",$C$1:$C$3,0)),"")

  3. #3
    Registered User
    Join Date
    09-25-2013
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: [Help] Sorting Two Data columns/matching [Help]

    Quote Originally Posted by daffodil11 View Post
    INDEX(..MATCH(FIND(..))) can do it

    Plop this into D19 in your example, and copy downwards.

    =IFERROR(INDEX($C$1:$C$3,MATCH("*"&LEFT(A19,FIND(":",A19)-1)&"*",$C$1:$C$3,0)),"")
    Okay thanks going to have to play around with this string as the two data lists go from A1 to A27557 and the second from B1 to B15884

    How would i change the string to match that data?

    Column A being fc43rf:3f Column B being: fc43rf:3f:f45f

  4. #4
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: [Help] Sorting Two Data columns/matching [Help]

    =IFERROR(INDEX($C$1:$C$3,MATCH("*"&LEFT(A19,FIND(":",A19)-1)&"*",$C$1:$C$3,0)),"")

    =IFERROR(INDEX(ENTIRE RIGHT COLUMN,MATCH("*"&LEFT(LEFT COLUMN FIRST ITEM,FIND(":",LEFT COLUMN FIRST ITEM)-1)&"*",ENTIRE RIGHT COLUMN,0)),"")

    Move Column B somewhere else, say.. Column D.

    Now in its place starting in B1 put:

    =IFERROR(INDEX($D$1:$D$15884,MATCH("*"&LEFT(A1,FIND(":",A1)-1)&"*",$D$1:$D$15884,0)),"")

    and then copy downwards


    This formula will look at each item in A, find it's match wherever you have the other list, and pull the item from that list.

  5. #5
    Registered User
    Join Date
    09-25-2013
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: [Help] Sorting Two Data columns/matching [Help]

    I was able to edit the string by myself soo it would be:

    =IFERROR(INDEX($B$1:$B$15867,MATCH("*"&LEFT(A6,FIND(":",A6)-1)&"*",$B$1:$B$15867,0)),"")

    This works fine! However...

    How do u copy the formated data onto another sheet/workbook?

  6. #6
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: [Help] Sorting Two Data columns/matching [Help]

    Paste Values

    Highlight the data, copy, right click in the destination, and choose the little "123" icon.

    Optionally, you can choose Paste Special from the same right click menu and then just choose the Value box and hit okay.

  7. #7
    Registered User
    Join Date
    09-25-2013
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: [Help] Sorting Two Data columns/matching [Help]

    So helpful!

    Thank you very much

  8. #8
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: [Help] Sorting Two Data columns/matching [Help]

    Glad I could help.

    If you believe this question is answered in a satisfactory manner, please mark the thread as SOLVED at the very top, under Thread Options

+ 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. Matching and Sorting with Two Columns
    By KaySwiss9 in forum Excel General
    Replies: 8
    Last Post: 07-26-2013, 02:22 AM
  2. Replies: 3
    Last Post: 06-09-2011, 05:58 AM
  3. Sorting Matching Text in Separate Columns
    By dreamer1991 in forum Excel General
    Replies: 7
    Last Post: 04-17-2011, 05:16 PM
  4. Matching and sorting Data from two different columns?
    By floppychicken in forum Excel General
    Replies: 1
    Last Post: 08-16-2010, 08:44 AM
  5. Sorting columns and Matching
    By Jeremy in forum Excel General
    Replies: 2
    Last Post: 07-21-2006, 03:00 AM

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