View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
pinmaster
 
Posts: n/a
Default Whats wrong with this?

Try this:

=IF(ISTEXT(B2),"N",IF(B2=0,0,IF(B2=12,20,IF(B2=1 0,18,IF(B2=7,16,IF(B2<=6,15,0))))))

HTH
JG

"LucasBuck" wrote:


=IF('M ORQ Rec'!B2=0,0,IF('M ORQ Rec'!B2=12,20,IF('M ORQ
Rec'!B2=10,18,IF('M ORQ Rec'!B2=7,16,IF('M ORQ
Rec'!B2<=6,15,"N")))))

I want it to display N if there is text in B2, but it always shows 20
instead. Thanks


--
LucasBuck
------------------------------------------------------------------------
LucasBuck's Profile: http://www.excelforum.com/member.php...o&userid=19710
View this thread: http://www.excelforum.com/showthread...hreadid=500793