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

You could rewrite your equation like this:

=if(istext('M ORQ Rec'!B2),"N",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))))))

HTH,
Elkar



"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