+ Reply to Thread
Results 1 to 4 of 4

mark matches between colums

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    09-19-2007
    Location
    Beirut
    MS-Off Ver
    0365 MSO Version 2109
    Posts
    207

    mark matches between colums

    Dear all,

    I have a file attached showing in a, b and c the actual traveler data
    and i have in d, e and f his authorized data of travel

    i am trying to create a match so that, if data is the same in d,e,f as in a,b,c then any mark can be placed in g.

    the data does not need to match %100, as long as id and name has anything similar on that date then this will do.

    I hope i made the idea clear and any help is appreciated


    thank you
    Attached Files Attached Files
    Last edited by legolas; 02-10-2010 at 08:35 AM.

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,375

    Re: mark matches between colums

    Hi legolas,

    maybe something like this in G2 and copied down

    =IF(AND(NOT(ISERROR(SEARCH(LEFT(D2,3),A2))),NOT(ISERROR(SEARCH(E2,B2))),F2=C2),"OK","no match")

  3. #3
    Forum Contributor
    Join Date
    09-19-2007
    Location
    Beirut
    MS-Off Ver
    0365 MSO Version 2109
    Posts
    207

    Re: mark matches between colums

    thanks tylyn
    it will match if data is in the same row
    what if g2 had a match data in row 6 or 7 or going down throgh the sheet ! will it be found ?
    thanks

  4. #4
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,375

    Re: mark matches between colums

    That would require some kind of fuzzy search that can only be accomplished with VBA, AFAIC. At which point I must pass.

    Maybe it would be easier to install some kind of data validation when the Name authorized and ID authorized are entered, so all this trouble can be avoided.

+ 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