+ Reply to Thread
Results 1 to 3 of 3

how can i exclude failed students in different subjects

  1. #1
    Registered User
    Join Date
    10-18-2013
    Location
    Pakistan
    MS-Off Ver
    Excel 2003
    Posts
    18

    how can i exclude failed students in different subjects

    Dear friends

    i am working on a student result sheet, in which i have a problem i.e different subject have different passing criteria which means that on the basis of percentage like 40%, 40 out of 100 marks, 30 out of 75 marks, 20 out of 50 marks and 10 out of 25 marks.

    1) how can i exclude failed students from the total marks using sumif()
    2) i dont want to add extra column for percentage of each subject.
    3) failed subject should be filled with any chosen color.

    i am attaching sample data file.

    thnx
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,065

    Re: how can i exclude failed students in different subjects

    in N8
    =SUMPRODUCT((G8:L8/G$7:L$7>=40%)*(G8:L8))
    Last edited by Special-K; 03-18-2019 at 11:08 AM.
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,213

    Re: how can i exclude failed students in different subjects

    Maybe try at
    N8 drag down
    =SUMPRODUCT(G8:L8*(G8:L8>=G$7:L$7*0.4))

    G12 drag to the right
    =SUMIF(G8:G11,">="&G7*0.4)

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Macro steps to paste Failed subjects in given excel sheet
    By kveera in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-31-2018, 12:10 PM
  2. Failed subjects should not be added in the obtained marks
    By alizai in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 12-01-2017, 03:12 PM
  3. Replies: 7
    Last Post: 12-01-2017, 10:58 AM
  4. Calculating GPA for random number of subjects for differnt students
    By dimuthumme in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-06-2015, 06:21 AM
  5. Replies: 9
    Last Post: 02-22-2015, 03:54 AM
  6. select name of students who fail in one of the subjects
    By alibaba in forum Access Tables & Databases
    Replies: 3
    Last Post: 07-10-2013, 06:02 PM
  7. select students whose fail in one of the subjects
    By alibaba in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-10-2013, 12:22 AM

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