SMALL Function Array won't work past 1000 rows?!

pstreet

New Member
Joined
Jan 16, 2018
Messages
5
Hi Guys, I'm stumped with this one. I'm using the following formula in column E to return the row numbers of the name I've selected in column A. It works fine for a small array of 1000 rows, but when I increase it to 10,000 for example.... it returns BLANK? - Any Ideas?

=IFERROR(SMALL($Q$2:$Q$1048,ROWS($Q$2:Q2)),"")

[TABLE="width: 454"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD] D[/TD]
[TD] E[/TD]
[/TR]
[TR]
[TD]Adrian Owens[/TD]
[TD="align: right"]Jan-18[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD]Adrian Owens[/TD]
[TD="align: right"]Jan-18[/TD]
[TD="align: right"]2[/TD]
[TD="align: right"]2[/TD]
[TD="align: right"]2[/TD]
[/TR]
[TR]
[TD]Adrian Owens[/TD]
[TD="align: right"]Jan-18[/TD]
[TD="align: right"]3[/TD]
[TD="align: right"]3[/TD]
[TD="align: right"]3[/TD]
[/TR]
[TR]
[TD]Adrian Owens[/TD]
[TD="align: center"]#VALUE![/TD]
[TD="align: right"]4[/TD]
[TD="align: right"]4[/TD]
[TD="align: right"]4[/TD]
[/TR]
[TR]
[TD]Adrian Owens[/TD]
[TD="align: center"]#VALUE![/TD]
[TD="align: right"]5[/TD]
[TD="align: right"]5[/TD]
[TD="align: right"]5[/TD]
[/TR]
[TR]
[TD]Adrian Owens[/TD]
[TD="align: center"]#VALUE![/TD]
[TD="align: right"]6[/TD]
[TD="align: right"]6[/TD]
[TD="align: right"]6[/TD]
[/TR]
[TR]
[TD]Adrian Owens[/TD]
[TD="align: center"]#VALUE![/TD]
[TD="align: right"]7[/TD]
[TD="align: right"]7[/TD]
[TD="align: right"]7[/TD]
[/TR]
[TR]
[TD]Thomas Lewis[/TD]
[TD="align: center"]#VALUE![/TD]
[TD="align: right"]8[/TD]
[TD][/TD]
[TD="align: right"]56[/TD]
[/TR]
[TR]
[TD]Thomas Lewis[/TD]
[TD="align: center"]#VALUE![/TD]
[TD="align: right"]9[/TD]
[TD][/TD]
[TD="align: right"]57[/TD]
[/TR]
[TR]
[TD]Thomas Lewis[/TD]
[TD="align: center"]#VALUE![/TD]
[TD="align: right"]10[/TD]
[TD][/TD]
[TD="align: right"]58[/TD]
[/TR]
[TR]
[TD]Thomas Lewis[/TD]
[TD="align: center"]#VALUE![/TD]
[TD="align: right"]11[/TD]
[TD][/TD]
[TD="align: right"]59[/TD]
[/TR]
[TR]
[TD]Michael Davies[/TD]
[TD="align: center"]#VALUE![/TD]
[TD="align: right"]12[/TD]
[TD][/TD]
[TD="align: right"]60[/TD]
[/TR]
[TR]
[TD]Michael Davies[/TD]
[TD="align: center"]#VALUE![/TD]
[TD="align: right"]13[/TD]
[TD][/TD]
[TD="align: right"]145[/TD]
[/TR]
</tbody><colgroup><col><col><col><col><col></colgroup>[/TABLE]
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Have you entered this as an array formula (Ctrl-Shift-Enter) ?
You're implying you've entered it as a normal formula.

is it exactly 1000 rows? What happens if you increase it to 1001 ?
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,230
Messages
6,170,883
Members
452,364
Latest member
springate

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