Forum Discussion

Hogstad_Raadgivning's avatar
Hogstad_Raadgivning
Iron Contributor
Aug 03, 2022
Solved

Filter for Non Adjacent Columns, and make the columns dynamic.

Hi,   I Followed this video, and it works perfect But i can not find out how to make which columns i use dynamic.     The formula =FILTER(FILTER(t_årshjul;t_årshjul[Måned]="Jan");{1\0\1\1\...
  • Riny_van_Eekelen's avatar
    Aug 03, 2022

    Hogstad_Raadgivning Replace the hard-coded list of ones and zeroes by a reference to C3:G3

     

    =FILTER(FILTER(t_årshjul;t_årshjul[Måned]="Jan");C3:G3)

Resources