Hello all, i'm trying to bring all the data in one column from different columns.
from range A3:BN3 i have multiple filter functions that return values.
now i'd like all of those lists created by filter functions to be in one column, I've tried:
=filter(a3:bn3, a3:bn3 <> "") result: only the values at the top of the previous filter arrays in each column
=filter(a3:bn11, a3:bn11 <> "") result: #VALUE! error
any help will be greatly appreciated.
thank you
from range A3:BN3 i have multiple filter functions that return values.
now i'd like all of those lists created by filter functions to be in one column, I've tried:
=filter(a3:bn3, a3:bn3 <> "") result: only the values at the top of the previous filter arrays in each column
=filter(a3:bn11, a3:bn11 <> "") result: #VALUE! error
any help will be greatly appreciated.
thank you