+ Reply to Thread
Results 1 to 4 of 4

Double IF - is this possible

  1. #1
    Alan Davies
    Guest

    Double IF - is this possible

    How do i create an IT Statement that is a bit like
    =IF(j3="ABCD"or"EFGH",1,0)

    The cell j3 can contain a number of differnt variants of what i am trying to
    count in this statment

    TIA



  2. #2
    Bondi
    Guest

    Re: Double IF - is this possible

    Hi Alan,

    Maybe you can use something like this:

    =IF(OR(J3="ABCD",J3="EFGH"),1,0)

    Regards,
    Bondi


  3. #3
    Registered User
    Join Date
    08-23-2005
    Posts
    9
    =IF(OR(j3="ABCD";j3="EFGH");1;0)

    Wahur

  4. #4
    Bob Phillips
    Guest

    Re: Double IF - is this possible

    =IF(OR(J3={"ABCD","EFGH"}),1,0)

    or

    =--OR(J3={"ABCD","EFGH"})


    --
    HTH

    Bob Phillips

    (remove xxx from email address if mailing direct)

    "Alan Davies" <[email protected]> wrote in message
    news:[email protected]...
    > How do i create an IT Statement that is a bit like
    > =IF(j3="ABCD"or"EFGH",1,0)
    >
    > The cell j3 can contain a number of differnt variants of what i am trying

    to
    > count in this statment
    >
    > TIA
    >
    >




+ 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