• If (B3 contains ‘text’) (Office 2003)

    Home » Forums » AskWoody support » Productivity software by function » MS Excel and spreadsheet help » If (B3 contains ‘text’) (Office 2003)

    Author
    Topic
    #427499

    Hi gang,
    If (B3 contains “wow”, C3=”wow”, nothing)
    Could someone help me with this statement. B3 contains text, a sentence, not just one word.

    tks
    jc

    Viewing 0 reply threads
    Author
    Replies
    • #990692

      Try this in cell C3:

      =IF(ISERROR(FIND("wow",B3)),"","wow")

      The FIND function returns a number if “wow” is found in B3, and an error #VALUE if not.

    Viewing 0 reply threads
    Reply To: If (B3 contains ‘text’) (Office 2003)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: