+ Reply to Thread
Results 1 to 3 of 3

#value!

  1. #1
    Registered User
    Join Date
    10-20-2009
    Location
    Orlando, FL
    MS-Off Ver
    Excel 2003
    Posts
    7

    #value!

    Hi

    this code will turn up the value b
    but if not b it turns up #VALUE!

    i would like it to turn up just b or blank

    what do i need to change ?

    thanks

    the code is

    =IF(SEARCH("water",$C9)>0,"b","")

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,607

    Re: #value!

    Here, try this:

    =IF(ISERROR(SEARCH("water",$C9)),"","b")

  3. #3
    Registered User
    Join Date
    10-20-2009
    Location
    Orlando, FL
    MS-Off Ver
    Excel 2003
    Posts
    7

    Re: #value!

    Quote Originally Posted by zbor View Post
    Here, try this:

    =IF(ISERROR(SEARCH("water",$C9)),"","b")
    yes

    that is it

    thank you

+ 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