+ Reply to Thread
Results 1 to 3 of 3

How to check a value in a column present in another column

  1. #1
    Registered User
    Join Date
    09-08-2008
    Location
    india
    Posts
    8

    How to check a value in a column present in another column

    Hi,
    I am new to excel, i need to find the row values in a column A which are not present in a list of values in column B

    For example
    Column A ColumnB Column C
    1 1 TRUE
    2 2 TRUE
    3 3 TRUE
    4 5 FALSE
    5 TRUE
    6 FALSE
    3 TRUE
    4 FALSE
    2 TRUE
    1 TRUE

    I want the result as true/false in column c or any other suitable way

    thanks in advance

    regards
    NA

  2. #2
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229
    Put this in C1 and drag down

    =ISNUMBER(MATCH(A1,B:B,0))
    _
    ...How to Cross-post politely...
    ..Wrap code by selecting the code and clicking the # or read this. Thank you.

  3. #3
    Registered User
    Join Date
    09-08-2008
    Location
    india
    Posts
    8
    Thanks a tonne..!!! it worked....

+ 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. Replies: 7
    Last Post: 05-28-2008, 03:12 AM
  2. Copying formula to the whole column
    By nitinjoshi in forum Excel General
    Replies: 2
    Last Post: 01-30-2008, 03:33 PM
  3. enhancing Column A through Column B
    By julia81 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 01-14-2008, 11:23 PM
  4. insert column default format same as right
    By beginnerbob in forum Excel General
    Replies: 2
    Last Post: 08-20-2007, 07:20 PM
  5. Find Unique row and sum and other questions
    By ahmedwaseem2000 in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 11-05-2006, 07:06 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