Finding lowest values.

L

Legacy 81319

Guest
I have been working on trying to use the SMALL function to pick out the smallest values from a range of cells in a sheet.

=SMALL(A1:A15,1)
=SMALL(A1:A15,2)

Is what I have used but if I have say, 1,2,3,4,5,6,1 in the range i am choosing from the above function will bring up the results as 1 & 2. Is there any way I can pick out the 2 lowest values from the said range even if I have 2 values what are the same. The values could be anything ranging from 0-75 in some cases and I do have alot of times when I have the same value in more than one cell.

Any ideas guys?
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
Welcome to the forums!

For me on the values 1,2,3,4,5,6,1, both
Code:
=SMALL(A1:A15,1) 
=SMALL(A1:A15,2)
Bring back 1. Not 1 & 2 like you got.

If I had to guess as why this was not true for you I would say be careful of what range your using especially if you are dragging the range. Make sure you write $A$1:$A$15 instead if you don't want the range to change when you drag the formula.

HTH,
~Gold Fish
 
Upvote 0

Forum statistics

Threads
1,219,161
Messages
6,146,657
Members
450,706
Latest member
LGVBPP

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