Video: Filter: Non-adjacent Columns Dynamic Array Formula
Van: Allan Murray - Computergaga
Duur: 8:47
Hoe kun je filteren op een tabel waarbij je in het filter willekeurige kolommen uit de tabel kiest om te tonen. In de video worden meerdere methoden getoond. Ook met de nieuwe Kies.Kolommen-functie en een oplossing voor als je die nog niet hebt,
In this video, we return non-adjacent columns with FILTER. This video shows three different examples to return non-adjacent columns from arrays. Dynamic array functions such as FILTER and SORT can only return consecutive columns natively. However, there are various methods to specify the columns to return from the array. Functions such as CHOOSECOLS, CHOOSE and INDEX are wonderful for these tasks.
Timings in the video. 00:00 - Return non-adjacent columns with FILTER 01:24 - CHOOSECOLS to specify columns in array 02:54 - CHOOSE for absolute column references 04:00 - SEQUENCE to prevent column index numbers 04:58 - Dynamic column references from array 07:09 - INDEX & MATCH for dynamic non-adjacent columns