Small formula with variable range

cidfidou

Board Regular
Joined
Jan 19, 2009
Messages
163
Hi Excel Masters,

Any idea on how to trick the small formula in order to have the range to look at blocks of 20 lines... I have a list of 20 scores for the same items in rows, and I would like to use =SMALL($M$10:$M$30,1) and to have the range M10 to M30 dynamicaly changes to 31 to 51 and 52 to 72 and so on.. every 20

As usual, your awesome help is much appreciated

Thanks
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
In O1 enter and copy down:

=SMALL(INDEX($M$10:$M$100,(ROWS(O$1:O1)-1)*20+1):INDEX($M$30:$M$100,(ROWS(O$1:O1))*20),1)

Adjust the range to suit.
 
Upvote 0

Forum statistics

Threads
1,223,236
Messages
6,170,917
Members
452,366
Latest member
TePunaBloke

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