I want to select multiple rows from this table based on the column KPI.
So selecting all rows concerning KPI01 and place them all nicely beneath each other.
How to do this?
VLOOKUP - doesn’t work cause it only get’s first value (and is performance bad)
INDEX-MATCH - doesn’t work cause you need array and that doesn’t work in xcelisus
but this wil only work if all your source excel rows which you need are located wright beneath each other. And in my case they are scattered throughout the source table
Check out the “filtered rows” option for your selector. The most common implementation is a combo box. The combo box would allow you to select a KPI, and then move all the rows that match that KPI over to a different part of the sheet.