You can transpose them into a single column using the RowID → RowID Lookup → Row Index → Single Value technique, but you’ll need a helper table with at least as many rows as there are items in the array.
I have a sheet of 100+ books. Each book belongs belongs to up to 37 different topics. I made an array combining all 37 columns into 1 cell.
but you’ll need a helper table with at least as many rows as there are items in the array.
Are you saying if I bring all the values from array column into one column using single value, will that not take up additional rows? If I combine all the topics into one column without an array, that will be around 1300 rows.
Yes I didn’t want to use native filter, but I think using a native filter in this case would be more efficient. I just didn’t want 4 different filters on top and then a separate filter with the table like this.