BusinessObjects Board

Select Multiple Excel rows

My data in excel looks like this:

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
BOB_KPI_Selection.PNG


Tiny :netherlands: (BOB member since 2004-11-10)

I found this post:

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


Tiny :netherlands: (BOB member since 2004-11-10)

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.


Lugh (BOB member since 2009-07-16)

checked it out, also checked out some excel formula’s but apparently the selector with filtered rows has better performance :?


Tiny :netherlands: (BOB member since 2004-11-10)