Forum Discussion

rla__'s avatar
rla__
Copper Contributor
Sep 21, 2021
Solved

can a filtermatrix be definded as table?

i have data, which i want to filter for e.g. time. so i add two cells with start and end time. now i add the filter function on the data table to get the wanted time span. how can i easily draw a d...
  • PeterBartholomew1's avatar
    Sep 22, 2021

    rla__ 

    It would be better to exploit the new dynamic array notation than reverting to old-style dynamic range definitions.  In the attached, I have filtered the value and number columns of the table individually so that there is a separate spilled range for each filtered set.  The alternative is to filter as you have done and pick the columns of the filtered range out by using INDEX.  I tend to prefer sheet-local names for charts; it seems to make the best of a user-hostile interface.

Resources