+ Reply to Thread
Results 1 to 10 of 10

Select data from list

  1. #1
    Registered User
    Join Date
    08-11-2010
    Location
    Winfield, KS
    MS-Off Ver
    Excel 2002
    Posts
    5

    Select data from list

    I'm trying to figure out how to select the 10 lowest numbers from a set of 20 data points in Excel 2002. Can anyone help? Thanks in advance.

    Rick

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Select data from list

    Try the SMALL() formula.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Select data from list

    Assuming you will start on row 1 of some column and the data is in range A1:A20

    =small($A$1:$A$20,row())

    copy the formula down the column for ten rows.
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

  4. #4
    Registered User
    Join Date
    08-11-2010
    Location
    Winfield, KS
    MS-Off Ver
    Excel 2002
    Posts
    5

    Re: Select data from list

    ok, let me be a little more clear...don't think the small command is going to wrk.

    i've got 20 data points arrayed from b2 thru u2...i want to then sum the lowest 10 data points of those 20 in cell v2. hopefully that's a little more clear idea of what exactly i'm trying to do.

    thanks again.

    rick

  5. #5
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Select data from list

    =sumif(b2:u21,"<"&large(b2:u2,11))

  6. #6
    Registered User
    Join Date
    08-11-2010
    Location
    Winfield, KS
    MS-Off Ver
    Excel 2002
    Posts
    5

    Re: Select data from list

    Palmetto--thanks for your help...copied it directly...doesn't work...i did change the u21 too u2...i want to use it on a single row...it returned 0...tried it w/o the 11 on the end (couldn't figure out what that was...thanks for the effort.

  7. #7
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Select data from list

    The formula works for me, though I only used about 15 values, randomly entered. The U21 was a typo.
    The "11" in the formula specifies that only values less the the eleventh largest value are to be summed. See the Excel Help on the LARGE function.

    Upload a sample workbook.

  8. #8
    Registered User
    Join Date
    08-11-2010
    Location
    Winfield, KS
    MS-Off Ver
    Excel 2002
    Posts
    5

    Re: Select data from list

    Thanks again Palmetto...I think "we're" getting closer but it still doesn't work like it should altho it does return a value...i think the problem may be that there are numerous duplicate values...like 3 85s, 4 87s and it needs to count all of them if they are in the 10 lowest...and, there may be say, 3 90s but only 2 sholuld be counted, i.e. there are 8 scores lower than 90 and then 2 of the 3 90s need to be counted.

    how do i upload a worksheet...sorry for the newbie questions.

    rick
    Attached Files Attached Files
    Last edited by cdrr; 08-11-2010 at 10:12 PM.

  9. #9
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Select data from list

    Perhaps it would be best if you sorted the row from left to right in ascending order (smallest to largest).
    Then B2 thru K2 would contain the 10 lowest scores, so: SUM(B1:K1)

    To upload a worksheet, click EDIT POST under one of your last posts, click Go Advanced, then scroll down to Manage Attachments.

  10. #10
    Registered User
    Join Date
    08-11-2010
    Location
    Winfield, KS
    MS-Off Ver
    Excel 2002
    Posts
    5

    Re: Select data from list

    attached spreadsheet to previous post...only problem with sorting is they need to be in chronological order...once i sort, i lose that.

    thanks again.

+ 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