+ Reply to Thread
Results 1 to 9 of 9

matching of two list

  1. #1
    Forum Contributor
    Join Date
    03-11-2011
    Location
    Nepal
    MS-Off Ver
    MS Excel 2021 / 365
    Posts
    1,248

    matching of two list

    Hi,

    I have two lists in Column B & Column C.On matching D2 & D3 it is prompting FALSE.

    How can I match this so that TRUE can be displayed instead of FALSE incorporating differences in formula.

    Thanx in anticipation as usual.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: matching of two list

    You have to add, what the problem causes.

    One of the problems is ;

    Select range C1:C3

    CTRL + H => find ; => replace by (leave blanc) => replace all.


    Edit

    The second problem is the leading spaces in your text.

    Use the formula trim on of all data of the sheet.

    After that the problems are solved in this question.
    Last edited by oeldere; 05-03-2020 at 08:45 AM. Reason: solved also the second problem
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Contributor
    Join Date
    03-11-2011
    Location
    Nepal
    MS-Off Ver
    MS Excel 2021 / 365
    Posts
    1,248

    Re: matching of two list

    Without using find and replace ,how it can be solved as I have problem in using find and replace.

  4. #4
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: matching of two list

    D2 =replace(B2,search(";",B2,1),1,"")

    for the second row (b3) I have no solution at this moment.
    It will something be with REPT
    Last edited by oeldere; 05-03-2020 at 09:18 AM. Reason: It will something be with REPT

  5. #5
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: matching of two list

    Maybe it is a better idea to use data validations for column D to prefent unaccepted input.

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

    Re: matching of two list

    Please try at D2
    =TRIM(B2)=TRIM(SUBSTITUTE(C2,";",))

  7. #7
    Forum Contributor
    Join Date
    03-11-2011
    Location
    Nepal
    MS-Off Ver
    MS Excel 2021 / 365
    Posts
    1,248

    Re: matching of two list

    Quote Originally Posted by Bo_Ry View Post
    Please try at D2
    =TRIM(B2)=TRIM(SUBSTITUTE(C2,";",))
    Thanx a lot 😊 this works very fine

  8. #8
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: matching of two list

    @ paradise2sr

    Please also reply on my solution in #5.

  9. #9
    Forum Contributor
    Join Date
    03-11-2011
    Location
    Nepal
    MS-Off Ver
    MS Excel 2021 / 365
    Posts
    1,248

    Re: matching of two list

    I have not tested post#4&5 as I was expecting a single formula which post #6 was successfully worked.

    Thanx all of for your kind efforts.

+ 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] Alter Matching Sub From matching two Ranges to matching one range and list
    By capson in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-14-2015, 10:48 PM
  2. Matching list of hyperlinks to outside files, with list of filenames.
    By mmcbride in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-08-2014, 11:32 AM
  3. [SOLVED] Matching/Indexing a list of lab reported contaminants with an EPA list,
    By SteveIsakson in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-01-2013, 02:23 PM
  4. Replies: 7
    Last Post: 06-12-2013, 07:09 PM
  5. Copy/Paste Cells from old list to new master list by matching values
    By rfsmith in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-19-2012, 05:32 PM
  6. Creating a List from Matching a Conditional List?
    By bizboost in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 08-27-2010, 11:10 AM
  7. Matching a source list to a bigger list
    By agentnj in forum Excel General
    Replies: 1
    Last Post: 11-09-2009, 12:34 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