+ Reply to Thread
Results 1 to 3 of 3

find command with in if command

  1. #1
    Registered User
    Join Date
    06-17-2008
    Posts
    4

    find command with in if command

    Hello,

    Please note the forum rules which require formulae and code to be wrapped with code tags. You've taken the trouble to format the size of the formual and make it bold which is unnecessary.

    Please edit the post.

    Rgds


    Hallo!!!

    I want to use "search" formula with in "if" formula, but I have a problem,this formula is wrong and give me "#VALUE!" message!

    =IF((FIND("normal";A3)>0);"normal";IF((FIND("outbound";A3)>0);"outbound";IF((FIND("delivery";A3)>0);"delivery";IF((FIND("case";A3)>0);"case";IF((FIND("invoice";A3)>0);"invoice";"")))))

    Can anyone help me, what is my mistake???
    Attached Files Attached Files
    Last edited by Richard Buttrey; 07-03-2008 at 04:45 AM. Reason: Code tags missing from formula section of post.

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    Try this one.

    =IF(ISNUMBER(FIND("normal",A3)),"normal",IF(ISNUMBER(FIND("outbound",A3)),"outbound",IF(ISNUMBER(FIND("delivery",A3)),"delivery",IF(ISNUMBER(FIND("case",A3)),"case",IF(ISNUMBER(FIND("invoice",A3)),"invoice","")))))

    rylo

  3. #3
    Registered User
    Join Date
    06-17-2008
    Posts
    4

    Thank You

    This is working.....

    I'm very Thanks!!!!!!!!!!!!!!

    Best Regards

+ 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