Hello!
I am trying to get an array formula to work so I can have one value return multiple answers.
My formula currently is:
=INDEX('GP Serial Data'!$F:$G,SMALL(IF((Summary!$B$2='GP Serial Data'!$F:$G),ROW('GP Serial Data'!$F:$G)-MIN(ROW('GP Serial Data'!$F:$G))+1,""),ROWS($A$1:A1)))
I'm not sure I have the rows correct. My lookup value is in B2. I want the return values to start in B5.
The data I have is looking to reference an Item number and all the serial numbers for that one item number.
The range of the data could change, which is why I was using just the GP SERIAL DATA $F:$G (columns) instead of $F$1:$G$30000 (set range).
I can't get this to work--any help would be great!
I am trying to get an array formula to work so I can have one value return multiple answers.
My formula currently is:
=INDEX('GP Serial Data'!$F:$G,SMALL(IF((Summary!$B$2='GP Serial Data'!$F:$G),ROW('GP Serial Data'!$F:$G)-MIN(ROW('GP Serial Data'!$F:$G))+1,""),ROWS($A$1:A1)))
I'm not sure I have the rows correct. My lookup value is in B2. I want the return values to start in B5.
The data I have is looking to reference an Item number and all the serial numbers for that one item number.
The range of the data could change, which is why I was using just the GP SERIAL DATA $F:$G (columns) instead of $F$1:$G$30000 (set range).
I can't get this to work--any help would be great!