+ Reply to Thread
Results 1 to 4 of 4

column comparison, trying to identify identify identical columns.

  1. #1
    Registered User
    Join Date
    07-16-2013
    Location
    Sweden
    MS-Off Ver
    Excel 2010
    Posts
    36

    column comparison, trying to identify identify identical columns.

    Hi
    test of column comparison.xlsx is an example sheet off what I am trying to do.
    I have atm 8 different "markets" that is each represented by a column. In those columns I get different ranges of data and the data in each cell might vary, but it is always presented in alphabetical and numerical order.

    I need a way to know if two of the markets have the identical data, in the example 1,3 and 6 have identical data and so does 2 and 4.

    It could be done as in this example: =IF(AND(A2=B2;A3=B3;A4=B4;A5=B5;A6=B6;A7=B7;A8=B8;A9=B9;A10=B10;A11=B11;A12=B12);"Yes";"No")
    And put into matrix stating which columns matches.

    The two questions i have are:
    1. Is there any simpler way then doing the if formula to check if the match each other. Reason I want an alternative is that the real document is bigger then the example and it would become a long if formula, and take alot of time doing it.
    2. Is there a way to get the result saying identical markets, 1, 3, 6?

    Grateful for any help I get.

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: column comparison, trying to identify identify identical columns.

    hi Jowel, try this in J3:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    you would probably need VBA for your 2nd request. try posting in the Excel Programming section if you can't get help here

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

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

    Re: column comparison, trying to identify identify identical columns.

    With the macro below.

    After that a pviot table.

    See the attached file.

    Please Login or Register  to view this content.
    Attached Files Attached Files
    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.

  4. #4
    Registered User
    Join Date
    07-16-2013
    Location
    Sweden
    MS-Off Ver
    Excel 2010
    Posts
    36

    Re: column comparison, trying to identify identify identical columns.

    Thank you so much benishiryo it works really well.
    Last edited by Jowel; 06-24-2014 at 04:14 AM.

+ 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. Replies: 3
    Last Post: 06-22-2014, 08:55 AM
  2. Identify a group of rows where all values in one column are identical
    By shadowthorn69 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 02-13-2014, 04:18 AM
  3. Macro to identify identical cells in 2 different files
    By lorena.tgarza in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-12-2012, 03:13 PM
  4. Identify identical files names w/ different url paths
    By sc0tt in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-25-2008, 10:18 AM
  5. [SOLVED] How do I identify cell color for comparison?
    By Jackyl71 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-27-2005, 04:05 PM

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