Arrays: How to make this formula work to produce info into four columns

Jtrabe

New Member
Joined
Aug 14, 2013
Messages
15
Hello,
I am bringing in a list using an array function. I use this function without an array it does the job, but when I actually make it do what it is supposed to do as an array it only works for the first column. Can anyone help to make this work so column b, c, and d produce information?

Thank you.



{=IF(ISERROR(INDEX(SS!$B$5:$B$825,SMALL(IF(SS!$A$5:$A$825='DA'!$B$3,ROW(INDIRECT("1:"&ROWS(SS!$A$5:$A$825)))),ROW(INDIRECT("1:"&ROWS(SS!$A$5:$A$825)))))),"",INDEX(SS!$B$5:$B$825,SMALL(IF(SS!$A$5:$A$825='DA'!$B$3,ROW(INDIRECT("1:"&ROWS(SS!$A$5:$A$825)))),ROW(INDIRECT("1:"&ROWS(SS!$A$5:$A$825))))))}
 
Last edited:
By the way, the Style Sheet is DA_SP14Styles or DA_SU14Styles?
- This is a drop down to select the between season styles. When I pull the code down to row 6 7 8 9. I and make it an array it continues to only populate row 5 from the style sheet.

Here the array formula works. Look at this:
****
Season Data:
DA_SP14
****
Style Sheet
DA_SU14Styles
****
Division
Style Name
Style #
Color Code
****
WE
RABBIT
598660
608
****
EE
STOCK
7040
032
****
****
****

<tbody>
</tbody>


Did you use Ctrl+Shift+Enter?

Markmzz
 
Upvote 0

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Do I go cell by cell and use Ctrl+Shift+Enter.

This works! Thank you!!!!

Sorry, but I didn't understand.

My last array formula (use Ctrl+Shift+Enter):

Code:
=IFERROR(INDEX(SS!B$5:B$825,SMALL(IF(SS!$A$5:$A$825=$B$3,ROW(SS!$A$5:$A$825)-ROW(SS!$A$5)+1),ROWS($A$5:A5))),"")

Work or not?

You only need put this formula in A5 and copy to the right and copy down.

Markmzz
 
Upvote 0

Forum statistics

Threads
1,215,569
Messages
6,125,600
Members
449,238
Latest member
wcbyers

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