+ Reply to Thread
Results 1 to 3 of 3

isnumber multiple criteria.

  1. #1
    cbanks
    Guest

    isnumber multiple criteria.

    =IF(ISNUMBER(SEARCH("WARN",J2)),"Warning","") is what i have.


    but i also want it to search column n, and if the column n contains psnap, i
    want it to put sales instead of warning. thanks a ton for any help

  2. #2
    Bob Phillips
    Guest

    Re: isnumber multiple criteria.

    Do you mean

    =IF(ISNUMBER(SEARCH("psnap",N2)),"Sales,IF(ISNUMBER(SEARCH("WARN",J2)),"Warn
    ing",""))

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "cbanks" <[email protected]> wrote in message
    news:[email protected]...
    > =IF(ISNUMBER(SEARCH("WARN",J2)),"Warning","") is what i have.
    >
    >
    > but i also want it to search column n, and if the column n contains psnap,

    i
    > want it to put sales instead of warning. thanks a ton for any help




  3. #3
    Bob Phillips
    Guest

    Re: isnumber multiple criteria.

    Sorry, type

    =IF(ISNUMBER(SEARCH("psnap",N2)),"Sales",
    IF(ISNUMBER(SEARCH("WARN",J2)),"Warning",""))

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "Bob Phillips" <[email protected]> wrote in message
    news:u%[email protected]...
    > Do you mean
    >
    >

    =IF(ISNUMBER(SEARCH("psnap",N2)),"Sales,IF(ISNUMBER(SEARCH("WARN",J2)),"Warn
    > ing",""))
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > (remove nothere from email address if mailing direct)
    >
    > "cbanks" <[email protected]> wrote in message
    > news:[email protected]...
    > > =IF(ISNUMBER(SEARCH("WARN",J2)),"Warning","") is what i have.
    > >
    > >
    > > but i also want it to search column n, and if the column n contains

    psnap,
    > i
    > > want it to put sales instead of warning. thanks a ton for any 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