JumboCactuar
Well-known Member
- Joined
- Nov 16, 2016
- Messages
- 788
- Office Version
- 365
- Platform
- Windows
Hi
i have the following formula
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 help appreciated
i have the following formula
Code:
=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 help appreciated