+ Reply to Thread
Results 1 to 2 of 2

find if there are same value in a column

  1. #1
    Registered User
    Join Date
    06-15-2010
    Location
    ny
    MS-Off Ver
    Excel 2010
    Posts
    3

    find if there are same value in a column

    Hi!
    Could you help me?

    I'd like to have TRUE (or FALSE) in the second column if a number in the first column is present (or not) in the first column in the second sheet. I tried with a lot of functions and I think i need VBA.

    In the example attached 1 and 3 are present in both the column, then it means they are TRUE. 4 is present only in the first one, then is FALSE.

    How can i mange to do that?

    thank you again
    Attached Files Attached Files

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: find if there are same value in a column

    On sheet 1, in B1 try this formula:

    =COUNTIF(Sheet2!$A:$A,$A1)>0

    and pull down

+ 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