Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
LucasBuck
 
Posts: n/a
Default Whats wrong with this?


=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

  #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


  #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


  #4   Report Post  
Posted to microsoft.public.excel.misc
LucasBuck
 
Posts: n/a
Default Whats wrong with this?


Thank you both very much


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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
hyperlink navigation path path wrong in Excel 2003 CE Admin Excel Discussion (Misc queries) 5 January 7th 06 07:47 PM
Password box to remain open after wrong input Twanny Excel Discussion (Misc queries) 4 September 1st 05 09:29 PM
Wrong date on my posts. Gord Dibben Excel Discussion (Misc queries) 13 May 24th 05 11:00 AM
What is wrong with this =AVERAGE(IF formula? fbarbie Excel Worksheet Functions 5 March 16th 05 02:42 PM
What's wrong with this vb? DaveMoore Excel Worksheet Functions 2 February 24th 05 01:29 PM


All times are GMT +1. The time now is 02:14 AM.

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

About Us

"It's about Microsoft Excel"