Hi
i have the following formula
=INDEX($F$28:$F$1000,MATCH(H9,$H$28:$H$1000,0))
which finds match in H28:H1000 and outputs corrosponding value in F Column
However if there are multiple matches of H9, it always outputs first value
Is there a way to output them all ?
Array needed i think
Any...