+ Reply to Thread
Results 1 to 4 of 4

Combination of if and find function possible ?

  1. #1
    Registered User
    Join Date
    11-15-2004
    Posts
    14

    Combination of if and find function possible ?

    Hi,
    I have searched the forums but could not really find a solution for my problem. For you experts this should be simple.

    I have one column (say column b) that contains account descriptions, which consist of multiple words (like a sentence). Some of these descriptions contains a certain german word, while all the others are english.

    Is there such a kind of formula that does the following? If the word x is found in cell b2 then b1 should be xy. If not found in be it should say zero or blank.

    Thanks in advance for your help. I hope it is clear.

    Bye,
    WJ.

  2. #2
    Forum Expert
    Join Date
    01-12-2007
    Location
    New Jersey
    Posts
    2,127
    In B1, you can enter this forumla (assuming you are checking A1 for the german word):

    =IF(ISNUMBER(FIND("German_Word",A1)),"XY",0)

    Let me know if that helps.

  3. #3
    Registered User
    Join Date
    11-15-2004
    Posts
    14
    Thanks that is exactly what I need..!
    Many thanks for the quick answer

    Bye,
    WJ.

  4. #4
    Forum Expert
    Join Date
    01-12-2007
    Location
    New Jersey
    Posts
    2,127
    Happy to help.

+ 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