+ Reply to Thread
Results 1 to 4 of 4

Forgotten a Simple Forumla - Is Text present in another column

  1. #1
    Forum Contributor
    Join Date
    05-05-2006
    Posts
    143

    Forgotten a Simple Forumla - Is Text present in another column

    Column A, - Unique Username
    Column B, - 1/0 depending on outcome of Forumla

    Sheet 2 has a another list of Unique Usernames.

    I need the formula which takes the "text" from Column A. Checks if it appears in !Sheet2B:B and return a 1 if it is there, and if not a 0

    Thanks you

  2. #2
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094
    Try,

    =IF(COUNTIF(Sheet2!$B:$B,Sheet1!A1)>0,1,0)

    Copy down as needed.

    HTH

    Steve

  3. #3
    Forum Contributor
    Join Date
    05-05-2006
    Posts
    143
    Super thank you for your support

  4. #4
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094
    You're welcome and thanks for the feedback.

    Cheers,

    Steve

+ 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