+ Reply to Thread
Results 1 to 4 of 4

Compare two excel sheets and display the common values on the third sheet

  1. #1
    Registered User
    Join Date
    10-11-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    2

    Compare two excel sheets and display the common values on the third sheet

    Hi All,

    With the following data on two excel sheets ,I wanted to Compare sheet1 and sheet2 column(empl no) and display common column values on sheet 3 with the status.Can anyone help on this?


    Sheet1
    ------ ------
    Emp No Status
    ------ ------
    2 open
    3 open
    5 close
    6 open


    Sheet2
    ------ ------
    Emp No Status
    ------ ------
    2 open
    3 open
    5 open
    6 open
    7 open



    output:

    Sheet3
    ---------------------------------------------------
    sheet1Emp No Status sheet2Emp No Status
    ---------------------------------------------------
    2 open 2 open
    3 open 3 open
    5 close 5 open
    6 open 6 open

  2. #2
    Valued Forum Contributor
    Join Date
    08-14-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    573

    Re: Compare two excel sheets and display the common values on the third sheet

    Hi, You can try this formula in sheet 3
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    10-11-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Compare two excel sheets and display the common values on the third sheet

    Thanks but I want the values to be displayed on 4 seperate columns.. Can you assist on this?

  4. #4
    Valued Forum Contributor
    Join Date
    08-14-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    573

    Re: Compare two excel sheets and display the common values on the third sheet

    Ya remove the & symbol in the formula and paste each part in a different columns
    Sheet3 A1:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Sheet3 B1:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Sheet3 C1:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Sheet3 D1:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

+ 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