I would like to know if is possible to filter multiple rows into a single row.
Something like combine all filters bellow in only one row with values in same order excluding empty cells:
=FILTER(A1:D1;A1:D1<>"";"NO RESULTS")
=FILTER(A2:D2;A2:D2<>"";"NO RESULTS")
=FILTER(A3:D3;A3:D3<>"";"NO RESULTS")
Thanks!