Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Result displays "FALSE" instead of "FAIL"

=IF(J13="PASS",IF(I13=60,"FIRST CLASS",IF(I13=50,"SECOND
CLASS",IF(I13=35,"THIRD CLASS","FAIL"))))":
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Result displays "FALSE" instead of "FAIL"

=IF(J13="PASS",IF(I13=60,"FIRST CLASS",IF(I13=50,"SECOND
CLASS",IF(I13=35,"THIRD CLASS"))),"FAIL")

If this post helps click Yes
---------------
Jacob Skaria


"Formula error" wrote:

=IF(J13="PASS",IF(I13=60,"FIRST CLASS",IF(I13=50,"SECOND
CLASS",IF(I13=35,"THIRD CLASS","FAIL"))))":

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Result displays "FALSE" instead of "FAIL"

I would suggest to use the below formula since it is based on only one
condition ie marks..

=LOOKUP(I13,{0,35,50,60},{"FAIL","THIRD CLASS","SECOND CLASS","FIRST CLASS"})

If this post helps click Yes
---------------
Jacob Skaria


"Formula error" wrote:

=IF(J13="PASS",IF(I13=60,"FIRST CLASS",IF(I13=50,"SECOND
CLASS",IF(I13=35,"THIRD CLASS","FAIL"))))":

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Result displays "FALSE" instead of "FAIL"

You don't have a value_if_false argument defined for when J13 does not rqual
PASS. That's the only condition that will return FALSE.


--
Biff
Microsoft Excel MVP


"Formula error" <Formula wrote in message
...
=IF(J13="PASS",IF(I13=60,"FIRST CLASS",IF(I13=50,"SECOND
CLASS",IF(I13=35,"THIRD CLASS","FAIL"))))":



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 553
Default Result displays "FALSE" instead of "FAIL"

Make sure J13 consists of exactly:
PASS
and not a space.

"Formula error" wrote:

=IF(J13="PASS",IF(I13=60,"FIRST CLASS",IF(I13=50,"SECOND
CLASS",IF(I13=35,"THIRD CLASS","FAIL"))))":

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
excel displays "l" instead of "‚¬" symbol for Euro values lex63 Excel Discussion (Misc queries) 1 April 17th 09 10:10 AM
=IF(VLOOKUP(C11,Group,2,FALSE)=D11,"True","Not Valid") and =IF(D1 Milky Excel Worksheet Functions 1 August 20th 08 08:38 PM
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
change "true" and "false" to "availble" and "out of stock" inthestands Excel Worksheet Functions 2 July 19th 07 07:05 PM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM


All times are GMT +1. The time now is 04:44 PM.

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"