+ Reply to Thread
Results 1 to 8 of 8

Match data in one column formula to locate mismatch data in another column

  1. #1
    Valued Forum Contributor
    Join Date
    03-17-2007
    Location
    Michigan
    MS-Off Ver
    Excel 2016
    Posts
    957

    Match data in one column formula to locate mismatch data in another column

    Hello, I am looking for assistance with a formula that will compare data in Column A and if a match occurs, the formula with for those matching accounts see if the data in column O matches too and if not will return "MISMATCH" for both or if they match just return blank.mismatch.JPG

    Appreciate any assistance with this.
    Attached Files Attached Files
    Last edited by lilsnoop; 05-17-2023 at 11:46 AM.

  2. #2
    Valued Forum Contributor
    Join Date
    03-17-2007
    Location
    Michigan
    MS-Off Ver
    Excel 2016
    Posts
    957

    Re: Match data in one column formula to locate mismatch data in another column

    Sorry meant to have this in formulas not vba. Not sure how to transfer.

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,099

    Re: Match data in one column formula to locate mismatch data in another column

    1. Moved.

    2. Try:

    =IF(COUNTIFS(A:A,A2,O:O,O2)=COUNTIF(A:A,A2),"","Mismatch")
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,099

    Re: Match data in one column formula to locate mismatch data in another column

    If you are now using O365, you can also use this:

    =MAP(A2:A12,O2:O12,LAMBDA(x,y,IF(COUNTIFS(A:A,x,O:O,y)=COUNTIF(A:A,x),"","Mismatch")))

    delete ALL expected results first. If you ARE using O365, please update your profile appropriately.

  5. #5
    Valued Forum Contributor
    Join Date
    03-17-2007
    Location
    Michigan
    MS-Off Ver
    Excel 2016
    Posts
    957

    Re: Match data in one column formula to locate mismatch data in another column

    Thank you Glenn! I'm still using Excel 2016 at work, but your 1st formula worked perfectly.

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,099

    Re: Match data in one column formula to locate mismatch data in another column

    You're welcome. I realised that you were still using 2016 AFTER I posted V2...



    It would be very nice if you were to just click the Add Reputation button at the foot of any of the posts of members who helped you reach a solution.

    Finally, if that takes care of your original question, please click on "Thread Tools" from the menu link (just above the first post in the thread) and mark this thread as SOLVED.

  7. #7
    Registered User
    Join Date
    05-29-2020
    Location
    Indiana, USA
    MS-Off Ver
    M365
    Posts
    27

    Re: Match data in one column formula to locate mismatch data in another column

    For easy comparison: you can also use:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    to bring the data from Column O with any matches from Column A

  8. #8
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,099

    Re: Match data in one column formula to locate mismatch data in another column

    Kirkules... not with Excel 2016!!

+ 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] Tricky formula to match data in 3 column or disregard a column if not applicable
    By tml2424 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-06-2021, 03:57 AM
  2. [SOLVED] Match data in 1 column and count unique data in another column based on matches
    By lilsnoop in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-28-2020, 12:31 PM
  3. [SOLVED] Formula to locate and match multiple data and return results
    By hammer2 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-20-2015, 09:27 PM
  4. [SOLVED] Formula to locate and match multiple data and return a result
    By hammer2 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-26-2015, 03:59 AM
  5. Copy data from column K to column B if Column C and column I match
    By goog2013 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-20-2013, 12:19 PM
  6. Invisible Data?? Causing locate blank column vba to fail
    By Zimbo in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-03-2009, 09:53 AM
  7. Formula to locate the last data entry in a column.
    By tallpaul in forum Excel General
    Replies: 1
    Last Post: 04-22-2007, 11:55 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