+ Reply to Thread
Results 1 to 4 of 4

finding the greatest number

  1. #1
    Registered User
    Join Date
    10-09-2007
    Posts
    8

    finding the greatest number

    I have 38 names on my spread sheet and they took 3 tests, i need to pick out which student got the greatest test grade on each test and have their name and grade posted in two seperate cells. i was wonder if it is possible for me to use a function such as: =Lookup(C2:C38.....) to look up all the grades in my c column(test1) but i dont know how to tell it to pick out the greatest number. I also am confused on how to tell it to print the students name once i have found the greatest test grade. plz and thank you for any help

  2. #2
    Registered User
    Join Date
    10-09-2007
    Posts
    8
    ok i found out how to get the greatest number, still looking on how to print the name though

  3. #3
    Forum Expert
    Join Date
    09-09-2005
    Location
    England
    MS-Off Ver
    2007
    Posts
    1,500
    Well you use something like =index(a:A,match(max(c:c),c:C,0)) if the names are in column A and the test scores in c:C) it assumes there are no ties

    Regards
    Dav

  4. #4
    Registered User
    Join Date
    10-09-2007
    Posts
    8
    modified it a little bit and works just fine! thx for the help, i wasnt sure what fx to use

+ 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