+ Reply to Thread
Results 1 to 5 of 5

Multiple condition (IF)

  1. #1
    Registered User
    Join Date
    03-05-2013
    Location
    Beawar (Ajmer)
    MS-Off Ver
    Excel 2016
    Posts
    35

    Multiple condition (IF)

    Hello Friends,
    In the attached sheet I want to show the result in the form of Pass,Fail and Supplementary. I am able to make the result pass or fail but could not able to use 3 rd condition. Please help..........
    Attached Files Attached Files
    Last edited by lokpal.panwar; 03-12-2013 at 04:57 AM.

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Multiple condition (IF)

    Perhaps in I3 and copy down?

    =IF(SUM(J3:N3)=5,"Pass",IF(SUM(J3:N3)>=3,"supplemendery","Fail"))
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,156

    Re: Multiple condition (IF)

    hi lokpal.panwar, welcome to the forum. put this in row 3 & copy down:
    =IF(COUNTIF(C3:G3,">=33")=5,"Pass",IF(COUNTIF(C3:G3,"<33")<=2,"Supplementary","Fail"))

    is that what you need? you can then do away with column J onwards

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  4. #4
    Registered User
    Join Date
    03-05-2013
    Location
    Beawar (Ajmer)
    MS-Off Ver
    Excel 2016
    Posts
    35

    Re: Multiple condition (IF)

    Thanks Fottis

  5. #5
    Registered User
    Join Date
    03-05-2013
    Location
    Beawar (Ajmer)
    MS-Off Ver
    Excel 2016
    Posts
    35

    Re: Multiple condition (IF)

    Hi Benishiryo,
    Mentioned formula looks right to me but when i applied it gave wrong result. Why this happened ???

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1