+ Reply to Thread
Results 1 to 3 of 3

Formula required to compare names on two different work sheets

  1. #1
    Registered User
    Join Date
    05-09-2013
    Location
    England
    MS-Off Ver
    Excel 2007
    Posts
    15

    Formula required to compare names on two different work sheets

    Hello,

    I am using Excel 2007, I have two different work sheets, I need to find out if the names which are in column A on Sheet1 also appear on the second worksheet Sheet2, On Sheet2 the names are also in column A.

    If the names do appear then I need the formula to display the word TRUE in column B on Sheet1 and if the name does not appear on Sheet2 then I need the formula to display FALSE in column B on Sheet1.

    Any assistance you could give would be appreciated.

    Thank you

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,704

    Re: Formula required to compare names on two different work sheets

    Put this in B1 on Sheet1:

    =IF(ISNA(MATCH(A1,Sheet2!A:A,0)),FALSE,TRUE)

    then copy down.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    05-09-2013
    Location
    England
    MS-Off Ver
    Excel 2007
    Posts
    15

    Re: Formula required to compare names on two different work sheets

    Thank you Pete that worked perfectly.

+ 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