+ Reply to Thread
Results 1 to 13 of 13

I want to copy and paste only pass student with highest to lowest marks in rank.

  1. #1
    Forum Contributor
    Join Date
    09-14-2011
    Location
    Nepal
    MS-Off Ver
    Excel 2007
    Posts
    115

    I want to copy and paste only pass student with highest to lowest marks in rank.

    I want to copy and paste only pass student with highest to lowest marks in rank to another worksheet. How can I solve it? Your suggestion will be highly appreciated.

    Indra
    Attached Files Attached Files

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: I want to copy and paste only pass student with highest to lowest marks in rank.

    try like this
    Attached Files Attached Files
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    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: How to list only pass student on the basis of their rank?

    Exactly the same question 7 months later?

    =IFERROR(INDEX(Sheet1!A$2:A$1000;SMALL(IF(Sheet1!$L$2:$L$1000="Pass";ROW(Sheet1!A$2:A$1000)-1);ROW(Sheet1!A1)));"")

    And as this Array formula does not gives you the results from Highest to Lowest, use this one to give the rank and then use Custom Format according this column.

    =IF(J2="";"";RANK(J2;$J$2:$J$20))
    Attached Files Attached Files
    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.

  4. #4
    Forum Contributor
    Join Date
    09-14-2011
    Location
    Nepal
    MS-Off Ver
    Excel 2007
    Posts
    115

    Re: How to list only pass student on the basis of their rank?

    Thank you once again Fotis1991,
    But I don't want to just their rank but also want to list all row data ranking from descending order according to total marks.

    Indra

  5. #5
    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: How to list only pass student on the basis of their rank?

    Did you see my example sheet? Does exactly this...

  6. #6
    Forum Contributor
    Join Date
    09-14-2011
    Location
    Nepal
    MS-Off Ver
    Excel 2007
    Posts
    115

    Re: I want to copy and paste only pass student with highest to lowest marks in rank.

    Thank you very much martindwilson, I want to list descending order by marks. Please suggest.

    Indra

  7. #7
    Forum Contributor
    Join Date
    09-14-2011
    Location
    Nepal
    MS-Off Ver
    Excel 2007
    Posts
    115

    Re: How to list only pass student on the basis of their rank?

    Please find a sample file for your kind reference.

    Thank you..

    Indra
    Attached Files Attached Files

  8. #8
    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: I want to copy and paste only pass student with highest to lowest marks in rank.

    ...............................
    Attached Files Attached Files

  9. #9
    Forum Contributor
    Join Date
    09-14-2011
    Location
    Nepal
    MS-Off Ver
    Excel 2007
    Posts
    115

    Re: I want to copy and paste only pass student with highest to lowest marks in rank.

    Dear Fitis1991,

    Thank you very much for your kind cooperation.

    Yes, you are right but I still want to another one thing that sorting automatically according to range, when I change the marks. Please find attached herewith a sample file..


    Indra
    Attached Files Attached Files

  10. #10
    Forum Expert
    Join Date
    04-14-2009
    Location
    Taiwan
    MS-Off Ver
    Excel 2016,2019,O365
    Posts
    2,005

    Re: I want to copy and paste only pass student with highest to lowest marks in rank.

    Try this

    A2
    Please Login or Register  to view this content.
    Committed with CSE.

    See attached file.

    HTH,
    WindKnife
    Attached Files Attached Files

  11. #11
    Forum Contributor
    Join Date
    09-14-2011
    Location
    Nepal
    MS-Off Ver
    Excel 2007
    Posts
    115

    Re: I want to copy and paste only pass student with highest to lowest marks in rank.

    Dear windknife,

    Thank you so much for your kind cooperation. You are genius. It works perfectly.

    Thanks one again.

    Indra

  12. #12
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: I want to copy and paste only pass student with highest to lowest marks in rank.

    Indra why did you not just change LARGE to SMALL in the sample i gave you?

  13. #13
    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: I want to copy and paste only pass student with highest to lowest marks in rank.

    Quote Originally Posted by martindwilson View Post
    Indra why did you not just change LARGE to SMALL in the sample i gave you?
    This is the question of the day!

+ 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