+ Reply to Thread
Results 1 to 3 of 3

Here's one for you...(thanks for the help in advance)

  1. #1
    Jambruins
    Guest

    Here's one for you...(thanks for the help in advance)

    Here is my formula

    =IF(ISNUMBER(Z11),(IF((VLOOKUP(S11,Results!Q:R,2,0))>((VLOOKUP(AL11,Results!Q:R,2,0))+1),"W","L")),"")

    The formula works perfect but I want the cell to display "P" if
    VLOOKUP(S11,Results!Q:R,2,0))=((VLOOKUP(AL11,Results!Q:R,2,0))+1)

    (NOTICE THE EQUAL SIGN INSTEAD OF THE > SIGN). If the numbers are equal I
    need the cell to display "P" instead of "L". Thanks

  2. #2
    Bob Phillips
    Guest

    Re: Here's one for you...(thanks for the help in advance)

    =IF(ISNUMBER(Z11),(IF(VLOOKUP(S11,Results!Q:R,2,0)>(VLOOKUP(AL11,Results!Q:R
    ,2,0)+1),"W",IF(VLOOKUP(S11,Results!Q:R,2,0)=(VLOOKUP(AL11,Results!Q:R,2,0)+
    1),"P","L"))),"")


    --
    HTH

    Bob Phillips

    "Jambruins" <[email protected]> wrote in message
    news:[email protected]...
    > Here is my formula
    >
    >

    =IF(ISNUMBER(Z11),(IF((VLOOKUP(S11,Results!Q:R,2,0))>((VLOOKUP(AL11,Results!
    Q:R,2,0))+1),"W","L")),"")
    >
    > The formula works perfect but I want the cell to display "P" if
    > VLOOKUP(S11,Results!Q:R,2,0))=((VLOOKUP(AL11,Results!Q:R,2,0))+1)
    >
    > (NOTICE THE EQUAL SIGN INSTEAD OF THE > SIGN). If the numbers are equal I
    > need the cell to display "P" instead of "L". Thanks




  3. #3
    Jambruins
    Guest

    Re: Here's one for you...(thanks for the help in advance)

    thanks, works perfectly

    "Bob Phillips" wrote:

    > =IF(ISNUMBER(Z11),(IF(VLOOKUP(S11,Results!Q:R,2,0)>(VLOOKUP(AL11,Results!Q:R
    > ,2,0)+1),"W",IF(VLOOKUP(S11,Results!Q:R,2,0)=(VLOOKUP(AL11,Results!Q:R,2,0)+
    > 1),"P","L"))),"")
    >
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > "Jambruins" <[email protected]> wrote in message
    > news:[email protected]...
    > > Here is my formula
    > >
    > >

    > =IF(ISNUMBER(Z11),(IF((VLOOKUP(S11,Results!Q:R,2,0))>((VLOOKUP(AL11,Results!
    > Q:R,2,0))+1),"W","L")),"")
    > >
    > > The formula works perfect but I want the cell to display "P" if
    > > VLOOKUP(S11,Results!Q:R,2,0))=((VLOOKUP(AL11,Results!Q:R,2,0))+1)
    > >
    > > (NOTICE THE EQUAL SIGN INSTEAD OF THE > SIGN). If the numbers are equal I
    > > need the cell to display "P" instead of "L". 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