Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Jambruins
 
Posts: n/a
Default 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,Resul ts!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   Report Post  
Bob Phillips
 
Posts: n/a
Default

=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)=(VLOO KUP(AL11,Results!Q:R,2,0)+
1),"P","L"))),"")


--
HTH

Bob Phillips

"Jambruins" wrote in message
...
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,Resul ts!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   Report Post  
Jambruins
 
Posts: n/a
Default

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)=(VLOO KUP(AL11,Results!Q:R,2,0)+
1),"P","L"))),"")


--
HTH

Bob Phillips

"Jambruins" wrote in message
...
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,Resul ts!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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 09:24 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"