+ Reply to Thread
Results 1 to 2 of 2

Thread: IF function

  1. #1
    Registered User
    Join Date
    03-22-2005
    Posts
    31

    IF function

    Hi all,

    Is there anyway to incorporate a wildcard funtion into an IF function?

    What I was planning on doing is something along the lines of


    a b c
    1 alan smith
    2 john smith
    3 graeme grey

    what id like to do is
    if(a1=*"smith"....)
    but can't work out how?

    is there anyway to use a wildcard in functions?

    THanks

  2. #2
    Registered User
    Join Date
    10-07-2005
    Posts
    1
    Hi,

    This formula should be ok for what you want :

    =IF(ISERROR(FIND("smith";A1));"Found";"Not found")

    (depending on your language settings, replace the <;> by <,>)


    Bye

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.2.0