Forum Discussion
sksk2424
Nov 17, 2022Copper Contributor
Vlookup / Index array issues
Hello everyone, I am trying to solve the following problem: I have an overview table in which projects are listed in a column. Next to each project is the project status. Now, each project h...
- Nov 17, 2022
OliverScheurich
Nov 17, 2022Gold Contributor
=IFERROR(INDEX($B$2:F15,SMALL(IF($B$2:$B$15=$A$17,ROW($B$2:$B$15)-1),ROW($A1)),COLUMN(A$1)),"")An alternative could be INDEX and SMALL. The formula is entered in cell B17 and dragged across range B17:F20. Perhaps you have to enter the formula with ctrl+shift+enter if you don't work with Office365 or Excel 2021.
sksk2424
Nov 17, 2022Copper Contributor
Great! Thank you very much