JumboCactuar
Well-known Member
- Joined
- Nov 16, 2016
- Messages
- 788
- Office Version
- 365
- Platform
- Windows
Hi,
i have this formula:
which outputs the value in the third column of range when the criteria matches.
However if the criteria has multiple matches i dont know how to output all these, ideally output in adjacent cells horizontally
Ive tried dragging the array across but this doesnt work
Appreciate any help
i have this formula:
Code:
{=(INDEX($A$2:$F$30000,MATCH(1,($A$2:$A$30000=D2)*($B$2:$B$30000=B2),0),3))}
which outputs the value in the third column of range when the criteria matches.
However if the criteria has multiple matches i dont know how to output all these, ideally output in adjacent cells horizontally
Ive tried dragging the array across but this doesnt work
Appreciate any help
Last edited: