Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(J13="PASS",IF(I13=60,"FIRST CLASS",IF(I13=50,"SECOND
CLASS",IF(I13=35,"THIRD CLASS","FAIL"))))": |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel displays "l" instead of "‚¬" symbol for Euro values | Excel Discussion (Misc queries) | |||
=IF(VLOOKUP(C11,Group,2,FALSE)=D11,"True","Not Valid") and =IF(D1 | Excel Worksheet Functions | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel |