+ Reply to Thread
Results 1 to 4 of 4

Compare Columns on different Sheet

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    11-02-2010
    Location
    Philippines
    MS-Off Ver
    Excel 2003
    Posts
    353

    Compare Columns on different Sheet

    Hi,
    Just wanted to ask how to go about this thur VLookUp
    On Sheet 1 I have a list of Names on Column A
    On Sheet 2 I have a list of Names as well on Column A
    How do i do a compare between these two sheets?
    What I basically want is to list the Unique value between these sheets (Sheet 1 & 2) and return it on Sheet 2 Column B.

    I have attached a sample sheet. Thanks in advance.
    Attached Files Attached Files
    Last edited by Andrew.Trevayne; 01-06-2011 at 02:54 AM.

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,525

    Re: Compare Columns on different Sheet

    Something like this in B2 then drag the formula down

    =IF(COUNTIF(Sheet1!$A$2:$A$8,A2)=0,"Unique","")

  3. #3
    Forum Contributor
    Join Date
    11-02-2010
    Location
    Philippines
    MS-Off Ver
    Excel 2003
    Posts
    353

    Re: Compare Columns on different Sheet

    Thanks.
    But it didn't actually compare.
    It only tagged the XXX and the YYY on Sheet 2 with the word "Unique"
    I was actually hoping it would list the difference.
    In this case i would like the return to be something like:

    BBBB
    CCCC
    FFFF
    XXXX
    YYYY


    Hope you could help. Thanks.

  4. #4
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,525

    Re: Compare Columns on different Sheet

    Yes, I see what you mean.

+ 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