+ Reply to Thread
Results 1 to 4 of 4

Simple "if word exist among theese cells, then true"

  1. #1
    Registered User
    Join Date
    09-03-2005
    Posts
    23

    Question Simple "if word exist among theese cells, then true"

    Im banging my head on the "find" functions. They give me a value when I need TRUE/FALSE for an IF function.
    It must be a much easier way to return TRUE or FALSE if a word exist within an area:

    Data:
    A1: Orange
    A2: Apple
    A3: Banana

    Function:
    1: Is "Apple" in A1:A3? = TRUE!
    2: Is "Tomato" in A1:A3? = FALSE!

  2. #2
    Niek Otten
    Guest

    Re: Simple "if word exist among theese cells, then true"

    =NOT(ISNA(VLOOKUP(B1,A1:A3,1,FALSE)))

    --
    Kind regards,

    Niek Otten

    "JemyM" <JemyM.23zi3z_1141205404.9896@excelforum-nospam.com> wrote in
    message news:JemyM.23zi3z_1141205404.9896@excelforum-nospam.com...
    >
    > Im banging my head on the "find" functions. They give me a -value- when
    > I need TRUE/FALSE for an IF function.
    > It must be a much easier way to return TRUE or FALSE if a word exist
    > within an area:
    >
    > Data:
    > A1: Orange
    > A2: Apple
    > A3: Banana
    >
    > Function:
    > 1: Is "*Apple*" in A1:A3? = TRUE!
    > 2: Is "*Tomato*" in A1:A3? = FALSE!
    >
    >
    > --
    > JemyM
    > ------------------------------------------------------------------------
    > JemyM's Profile:
    > http://www.excelforum.com/member.php...o&userid=26945
    > View this thread: http://www.excelforum.com/showthread...hreadid=517716
    >




  3. #3
    Bob Phillips
    Guest

    Re: Simple "if word exist among theese cells, then true"

    =COUNTIF(A1:A3,"*Apple*")>0

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "JemyM" <JemyM.23zi3z_1141205404.9896@excelforum-nospam.com> wrote in
    message news:JemyM.23zi3z_1141205404.9896@excelforum-nospam.com...
    >
    > Im banging my head on the "find" functions. They give me a -value- when
    > I need TRUE/FALSE for an IF function.
    > It must be a much easier way to return TRUE or FALSE if a word exist
    > within an area:
    >
    > Data:
    > A1: Orange
    > A2: Apple
    > A3: Banana
    >
    > Function:
    > 1: Is "*Apple*" in A1:A3? = TRUE!
    > 2: Is "*Tomato*" in A1:A3? = FALSE!
    >
    >
    > --
    > JemyM
    > ------------------------------------------------------------------------
    > JemyM's Profile:

    http://www.excelforum.com/member.php...o&userid=26945
    > View this thread: http://www.excelforum.com/showthread...hreadid=517716
    >




  4. #4
    Registered User
    Join Date
    09-03-2005
    Posts
    23

    Red face

    Quote Originally Posted by Bob Phillips
    =COUNTIF(A1:A3,"*Apple*")>0
    Quote Originally Posted by Niek Otten
    =NOT(ISNA(VLOOKUP(B1,A1:A3,1,FALSE)))
    Fantastic! Thanks guys

+ 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