Proper function/command?

halbaker

New Member
Joined
Apr 11, 2002
Messages
1
Warning : Newbie

I have a list of numbers, from which I want to select the smallest n of x numbers of where n will equal 60% of the total numbers in the list. Or simply, I want the smallest 6 values out of a list of 10 numbers.
I am familiar with the SMALL function and it works fine IF I have the requisite 10 numbers, but if I only have 5 then I get an error.

Thanks
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
How about using the RANK function in the Analysis Toolpak?

EDIT:: No that wont work. Sorry.

_________________<font color = green> Mark O'Brien
This message was edited by Mark O'Brien on 2002-04-12 12:11
 
Upvote 0
With your #'s in A1:A10, it sounds like you're using SMALL(A1:A10,6).
Try SMALL(A1:A10,.6*COUNT(A1:A10)).
 
Upvote 0
You could use the AutoFilter. AutoFilter the range, and in the column you want to select the numbers, use "The top 10..."

Once in there, choose "Lower", "6", "elements"

you should get the lower six elements of the list.
 
Upvote 0
On 2002-04-12 11:53, halbaker wrote:
Warning : Newbie

I have a list of numbers, from which I want to select the smallest n of x numbers of where n will equal 60% of the total numbers in the list. Or simply, I want the smallest 6 values out of a list of 10 numbers.
I am familiar with the SMALL function and it works fine IF I have the requisite 10 numbers, but if I only have 5 then I get an error.

Thanks

Hal,

Do you want the results listed, summed, or what?

Aladin
 
Upvote 0

Forum statistics

Threads
1,214,544
Messages
6,120,126
Members
448,947
Latest member
test111

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top