+ Reply to Thread
Results 1 to 4 of 4

Looking for the truth !!

  1. #1
    Decreenisi
    Guest

    Looking for the truth !!

    I am creating a spreadsheet to track rejects.
    cell L2 has the following code =IF(I6>0,ISNA(MATCH('Ticket
    Query'!$I6,'Ticket Query'!$B$6:'Ticket Query'!$B$1000,FALSE)),""). This
    returns a value of True or False.
    Cell J2 has a response I.D of either AF, CON, NFF
    I want a code in Cell M2 to look cell L2, if that has a value of TRUE,
    then to look at Cell J2, if that has either AF, CON, or NFF. Then it
    returns a value of TRUE

    Anyone any ideas !!!!!


  2. #2
    John Coleman
    Guest

    Re: Looking for the truth !!


    Decreenisi wrote:
    > I am creating a spreadsheet to track rejects.
    > cell L2 has the following code =IF(I6>0,ISNA(MATCH('Ticket
    > Query'!$I6,'Ticket Query'!$B$6:'Ticket Query'!$B$1000,FALSE)),""). This
    > returns a value of True or False.
    > Cell J2 has a response I.D of either AF, CON, NFF
    > I want a code in Cell M2 to look cell L2, if that has a value of TRUE,
    > then to look at Cell J2, if that has either AF, CON, or NFF. Then it
    > returns a value of TRUE
    >
    > Anyone any ideas !!!!!


    Maybe

    =IF(AND(L2,OR(J2="AF",J2="CON",J2="NFF")),TRUE,"")

    in M2

    Hope that helps

    -John Coleman


  3. #3
    Decreenisi
    Guest

    Re: Looking for the truth !!

    John,

    Thanks mate, just the job !!


  4. #4
    Bob Phillips
    Guest

    Re: Looking for the truth !!

    Please restrict yourself to one posting, you waste people's time otherwise.

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "Decreenisi" <[email protected]> wrote in message
    news:[email protected]...
    > I am creating a spreadsheet to track rejects.
    > cell L2 has the following code =IF(I6>0,ISNA(MATCH('Ticket
    > Query'!$I6,'Ticket Query'!$B$6:'Ticket Query'!$B$1000,FALSE)),""). This
    > returns a value of True or False.
    > Cell J2 has a response I.D of either AF, CON, NFF
    > I want a code in Cell M2 to look cell L2, if that has a value of TRUE,
    > then to look at Cell J2, if that has either AF, CON, or NFF. Then it
    > returns a value of TRUE
    >
    > Anyone any ideas !!!!!
    >




+ 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