+ Reply to Thread
Results 1 to 2 of 2

reducing files: multiple rows per individual

  1. #1
    Registered User
    Join Date
    01-19-2011
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    1

    reducing files: multiple rows per individual

    I have a file containing student information over multiple semesters. Each student/semester combination represents one row, so each student has from 1 to ~10 entries. Each row also contains a value for (e.g.) gpa. I need to determine the maximum gpa for each student and remove all rows containing any non-maximum gpa values.

  2. #2
    Registered User
    Join Date
    08-29-2007
    Posts
    47

    Re: reducing files: multiple rows per individual

    Here's a pretty quick way to get what you're looking for.

    I would sort your data first by Name, then by GPA descendingly.

    Then, add a column and throw in a simple IF statement. Let's assume the student name is the A column and you have a header row.

    =if(a2<>a1,"Keep","Delete")

    Copy that column, Paste as Values and delete all the rows that are listed as Delete.

+ 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