+ Reply to Thread
Results 1 to 5 of 5

text comparision

  1. #1
    Blah
    Guest

    text comparision

    I have two columns of names, they include commas seperating last first
    etc...how to I do a text comparision function to see if a cell in
    column 1 is in the range of cells in column two one cell at a time?


    thanks..


  2. #2
    Forum Contributor
    Join Date
    07-13-2006
    Posts
    400
    to compare if cell b1 is in range a1:a100

    =countif($a$1:$a$100,b1)

    will return a number greater than 0 if it occurs in that range

  3. #3
    Blah
    Guest

    Re: text comparision


    MDubbelboer wrote:
    > to compare if cell b1 is in range a1:a100
    >
    > =countif($a$1:$a$100,b1)
    >
    > will return a number greater than 0 if it occurs in that range
    >
    >
    > --
    > MDubbelboer
    > ------------------------------------------------------------------------
    > MDubbelboer's Profile: http://www.excelforum.com/member.php...o&userid=36330
    > View this thread: http://www.excelforum.com/showthread...hreadid=562226


    Only works with numbers not text....


  4. #4
    Forum Contributor
    Join Date
    07-13-2006
    Posts
    400
    works fine with text in excel 2003

  5. #5
    Blah
    Guest

    Re: text comparision


    MDubbelboer wrote:
    > works fine with text in excel 2003
    >
    >
    > --
    > MDubbelboer
    > ------------------------------------------------------------------------
    > MDubbelboer's Profile: http://www.excelforum.com/member.php...o&userid=36330
    > View this thread: http://www.excelforum.com/showthread...hreadid=562226



    using =COUNTIF(B$2:B$200,C2)

    Ademisoye, Tracy Folake

    can't match with

    Ademisoye, Tracy Folake

    even though they are on the same line


+ 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