+ Reply to Thread
Results 1 to 4 of 4

formula around wrong way

  1. #1
    Micayla Bergen
    Guest

    formula around wrong way

    i know i have this *** about
    IF(NOT(OR((J3=0,"Stock not rated,(J3={1,2}),"SELL?",""),IF(OR,)))))
    but im not sure of the specifics
    basically if J3 = 0 then 'stock not rated', if 1 or 2 then SELL?
    thanks

  2. #2
    Biff
    Guest

    Re: formula around wrong way

    Hi!

    Here's one way:

    =IF(J3="","",IF(J3>0,"Sell","Stock not rated"))

    Biff

    "Micayla Bergen" <[email protected]> wrote in message
    news:[email protected]...
    >i know i have this *** about
    > IF(NOT(OR((J3=0,"Stock not rated,(J3={1,2}),"SELL?",""),IF(OR,)))))
    > but im not sure of the specifics
    > basically if J3 = 0 then 'stock not rated', if 1 or 2 then SELL?
    > thanks




  3. #3
    Micayla Bergen
    Guest

    Re: formula around wrong way

    i only need a sell prompt if it is 1 or 2, 3 - 5 is in our acceptable range

    "Biff" wrote:

    > Hi!
    >
    > Here's one way:
    >
    > =IF(J3="","",IF(J3>0,"Sell","Stock not rated"))
    >
    > Biff
    >
    > "Micayla Bergen" <[email protected]> wrote in message
    > news:[email protected]...
    > >i know i have this *** about
    > > IF(NOT(OR((J3=0,"Stock not rated,(J3={1,2}),"SELL?",""),IF(OR,)))))
    > > but im not sure of the specifics
    > > basically if J3 = 0 then 'stock not rated', if 1 or 2 then SELL?
    > > thanks

    >
    >
    >


  4. #4
    Biff
    Guest

    Re: formula around wrong way

    OK....

    =IF(J3="","",IF(J3=0,"Stock not rated",IF(OR(J3={1,2}),"Sell","")))

    OR....

    =IF(J3="","",IF(J3=0,"Stock not rated",IF(J3<3,"Sell","")))

    Biff

    "Micayla Bergen" <[email protected]> wrote in message
    news:[email protected]...
    >i only need a sell prompt if it is 1 or 2, 3 - 5 is in our acceptable range
    >
    > "Biff" wrote:
    >
    >> Hi!
    >>
    >> Here's one way:
    >>
    >> =IF(J3="","",IF(J3>0,"Sell","Stock not rated"))
    >>
    >> Biff
    >>
    >> "Micayla Bergen" <[email protected]> wrote in
    >> message
    >> news:[email protected]...
    >> >i know i have this *** about
    >> > IF(NOT(OR((J3=0,"Stock not rated,(J3={1,2}),"SELL?",""),IF(OR,)))))
    >> > but im not sure of the specifics
    >> > basically if J3 = 0 then 'stock not rated', if 1 or 2 then SELL?
    >> > thanks

    >>
    >>
    >>




+ 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