+ Reply to Thread
Results 1 to 5 of 5

Return highest/lowest 6 values from a list

  1. #1
    Registered User
    Join Date
    01-21-2008
    Location
    Eau Claire, Wisconsin
    Posts
    5

    Return highest/lowest 6 values from a list

    Hi,

    Is there a way to have excel return the lowest 6 values and the highest 6 values in a list?

    Thanks for the help,

    Tim

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Check out the Small() and Large() functions in Excel Help files
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    01-21-2008
    Location
    Eau Claire, Wisconsin
    Posts
    5

    Duhhhhhh!

    Sorry for wasting your time. I just had a brain fart I guess! Problem solved.


    Thanks,


    Tim

  4. #4
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Try

    =SMALL(A:A,ROW(A1))
    =LARGE(A:A,ROW(A1))
    Drag down each formula 5 rows

    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

  5. #5
    Registered User
    Join Date
    01-21-2008
    Location
    Eau Claire, Wisconsin
    Posts
    5

    Thanks

    Thanks for the help. I'd never have thought of that function. The list was only 64 numbers long, so I sorted the data and just copied the low six and high six. I like your way much better!

    Thanks again,

    Tim

+ 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