Hello,
I'm trying to get 2 multiple results from 2 different columns under 1 column and in order.
Column E = Matching Apple in column A -> returning C value
{=INDEX($C$1:$C$6,SMALL(IF(ISNUMBER(MATCH($A$1:$A$6,$E$1,0)),MATCH(ROW($A$1:$A$6),ROW($A$1:$A$6)),""),ROWS($A$1:A1)))}
Column F = Matching Apple in column B -> returning negative C value
{=-INDEX($C$1:$C$6,SMALL(IF(ISNUMBER(MATCH($B$1:$B$6,$F$1,0)),MATCH(ROW($B$1:$B$6),ROW($B$1:$B$6)),""),ROWS($B$1:B1)))}
Column G = THE GOAL to get results like this
Also asked here INDEX MATCH -> multiple results from 2 columns
I'm trying to get 2 multiple results from 2 different columns under 1 column and in order.
Column E = Matching Apple in column A -> returning C value
{=INDEX($C$1:$C$6,SMALL(IF(ISNUMBER(MATCH($A$1:$A$6,$E$1,0)),MATCH(ROW($A$1:$A$6),ROW($A$1:$A$6)),""),ROWS($A$1:A1)))}
Column F = Matching Apple in column B -> returning negative C value
{=-INDEX($C$1:$C$6,SMALL(IF(ISNUMBER(MATCH($B$1:$B$6,$F$1,0)),MATCH(ROW($B$1:$B$6),ROW($B$1:$B$6)),""),ROWS($B$1:B1)))}
Column G = THE GOAL to get results like this
Also asked here INDEX MATCH -> multiple results from 2 columns
Last edited by a moderator: