+ Reply to Thread
Results 1 to 3 of 3

How do I get MAX, MAX -1, MAX -2

  1. #1
    Registered User
    Join Date
    08-05-2005
    Posts
    3

    How do I get MAX, MAX -1, MAX -2

    I have a list of numbers that I need the MAX number for......so far that's easy, but I also need MAX -1 and MAX -2.

    In other words I need the 3 greatest numbers in the list.

    I DO NOT want to sort.

    I need this as a formula.

    Thanks in advance for your help

    -P

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451
    Check out the LARGE() function.

    LARGE(A1:Z1,1) gives the largest number in the range
    LARGE(A1:Z1,2) gives the second largest
    etc.

  3. #3
    Registered User
    Join Date
    08-05-2005
    Posts
    3
    Great Thanks

+ 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