Results 1 to 7 of 7

Comparing two columns & showing identical values

Threaded View

  1. #3
    Forum Contributor
    Join Date
    07-12-2015
    Location
    Dubai,UAE
    MS-Off Ver
    Office 365
    Posts
    447

    Re: Comparing two columns & showing identical values

    Quote Originally Posted by Sham Sundar View Post
    I have two columns. One column has values for 2600 rows and the other has values in 1000 row. I need to compare these two columns & the values appearing in both the columns are to be shown in third column.
    Hi,

    Please find the attached file.

    This is using a helper column.

    Assuming the two columns with values are in A and B, use the formula for helper column :
    Formula: copy to clipboard
    =IF(COUNTIF(A:A,B2)>0,MAX($C$1:C1)+1,"")


    And then to get the matching values column, use the formula:
    Formula: copy to clipboard
    =IFERROR(INDEX(A:A,MATCH(ROW(2:2)-1,C:C,0)),"")
    Assuming helper column is C


    Regards
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Consolidating identical data to new sheet and showing different values attached
    By dlevisay in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-07-2016, 03:39 PM
  2. Pivot table showing / comparing information from multiple columns
    By NiranNiran in forum Excel Charting & Pivots
    Replies: 6
    Last Post: 11-25-2015, 11:00 AM
  3. Look up identical values in two seperate columns
    By nature718 in forum Excel General
    Replies: 1
    Last Post: 03-20-2014, 06:52 PM
  4. Replies: 2
    Last Post: 11-06-2013, 02:17 AM
  5. Comparing 2 WB's with identical rows and columns, then Hightlight the differences
    By crispybadger in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-13-2013, 05:17 PM
  6. Comparing two columns of data that are near identical
    By Shaunclippo in forum Excel General
    Replies: 1
    Last Post: 01-21-2008, 02:16 PM
  7. [SOLVED] Comparing values and showing %
    By Piotr in forum Excel General
    Replies: 1
    Last Post: 03-14-2005, 09:06 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