Small function

alliswell

Board Regular
Joined
Mar 16, 2020
Messages
190
Office Version
  1. 2007
Platform
  1. Windows
  2. Mobile
Hi everybody

May i know, why excel small function shows only 10 small values. If thats the limit then what if i need more smallest values.

Thanks & Regards
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
What exactly do you mean? Can you post some sample data showing what you are trying to do.
 
Upvote 0
What exactly do you mean? Can you post some sample data showing what you are trying to do.
Oh fluff thanks you are here,
How are you ?

Fluff i have some values in B column may be approx 500, i want to get 50 smallest values from them, but when i use combination of small with rows function it shows only list of 10 small values.

I used this formula in D1
=SMALL(B2:B52,ROWS(B$2:B2)) but it gave me only 10 small values
 
Upvote 0
You need to anchor the range like
Excel Formula:
=SMALL($B$2:$B$52,ROWS(B$2:B2))
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0
You're welcome & thanks for the feedback.
Fluff can you help me by providing some sites that may give detailed and in depth ideas & tricks in using nested functions or combined formulas and also detailed formulas tips
 
Upvote 0
I'm afraid not, most of what I've learnt is from here.
 
Upvote 0

Forum statistics

Threads
1,215,943
Messages
6,127,814
Members
449,409
Latest member
katiecolorado

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