I'm attempting to pull a list from another sheet where I have labeled scattered rows with the note "Hold" using an array formula and here is what I have so far:
=ArrayFormula(IFERROR(INDEX('Sheet 1'!A$8:A$837,SMALL(IF('Sheet 1'!$BR$8:$BR$837,"*Hold*",ROW('Sheet 1'!A$8:A$837)-ROW('Sheet 1'!A$8)+1),ROWS('Sheet 1'!A$8:A8))),""))
I'm no expert with building formulas but I feel like what I have makes sense logically, I'm just not returning any results and I have no idea why. When I remove the SMALL formula, it will pull a list of everything from the first column in my other sheet, which is not what I want but at least I know its pulling it from the correct places. Could anyone offer any suggestions? Thanks!
Bookmarks