I'm somehow failing to Google my way out of this...
I have 2 named ranges, Items, and Users. As I have a lot of Items with Users of ""/0 I want to populate a side list containing only Items with Users >0.
My first Item starts on row 10 and I have created (stolen) the following array formula.
=IFERROR(INDEX(Items,SMALL(IF(Users<>"",ROW(Items)),ROW(10:10))-1,1),””)
However, I've had endless problems trying to modify this for my needs as array formulas are not my strong point.
Can anyone assist me with this, please?
I have 2 named ranges, Items, and Users. As I have a lot of Items with Users of ""/0 I want to populate a side list containing only Items with Users >0.
My first Item starts on row 10 and I have created (stolen) the following array formula.
=IFERROR(INDEX(Items,SMALL(IF(Users<>"",ROW(Items)),ROW(10:10))-1,1),””)
However, I've had endless problems trying to modify this for my needs as array formulas are not my strong point.
Can anyone assist me with this, please?