+ Reply to Thread
Results 1 to 2 of 2

Want to return 'TRUE' if text duplicates in multiple cells

  1. #1
    Forum Contributor
    Join Date
    01-11-2007
    Posts
    127

    Want to return 'TRUE' if text duplicates in multiple cells

    Hello

    I have a simple question. I have a list of 100's of different names in the A column and want to create a simple formula to see if certain names are present in the list.

    In the B column I have a cell where I want to be able to type a name to check if it is present in the list. In the C column I have a cell that I want to return 'TRUE', if the name is present.

    I am half way there using =EXACT (A1,B1). This returns 'TRUE' if the name I type into B1 is the same as the name in A1. However, I haven't managed to get the formula to work if I try and test to see if B1 is the same as any cells from A1 to A10000.

    How do I create a formula for this argument? Thanks in advance.

    ddub25

  2. #2
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    Quote Originally Posted by ddub25
    Hello

    I have a simple question. I have a list of 100's of different names in the A column and want to create a simple formula to see if certain names are present in the list.

    In the B column I have a cell where I want to be able to type a name to check if it is present in the list. In the C column I have a cell that I want to return 'TRUE', if the name is present.

    I am half way there using =EXACT (A1,B1). This returns 'TRUE' if the name I type into B1 is the same as the name in A1. However, I haven't managed to get the formula to work if I try and test to see if B1 is the same as any cells from A1 to A10000.

    How do I create a formula for this argument? Thanks in advance.

    ddub25
    Hi try this

    =IF(ISERROR(MATCH(B1,$A$1:$A$1000,0)),"False","True")
    Last edited by starguy; 01-11-2007 at 08:39 AM.

+ 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