+ Reply to Thread
Results 1 to 3 of 3

Check data from existing list

  1. #1
    Registered User
    Join Date
    11-20-2013
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    13

    Check data from existing list

    Hi,

    I need a formula to check if anyone from the Old employee col(B) exist in current employee column(A).

    A B
    Current employees Old employees
    A C
    B G
    C T
    D
    E
    F
    G

    Thanks.

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

    Re: Check data from existing list

    And how do you want it reported? You could have this formula in C2:

    =IF(ISNA(MATCH(B2,A:A,0)),"No","Yes")

    then copy down to the bottom of the list of old employees.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    11-20-2013
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: Check data from existing list

    This is working fine..many thanks Pete

+ 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. List existing data in a UserForm Textbox and then be able to change the data.
    By gnaske in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 05-01-2013, 02:01 PM
  2. Copying existing comments and data in a list using data validation.
    By labexcel in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-03-2012, 05:41 AM
  3. Autofill Data from existing list
    By rufus12 in forum Excel General
    Replies: 5
    Last Post: 03-27-2012, 06:25 AM
  4. Check for existing data
    By leonidas in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-03-2006, 06:26 AM
  5. Refresh existing data when changed in data validation list
    By problem girl in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 09-28-2005, 06: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