i have a table with 2500 rows, 20 columns. i use filter(table25, table25[colX]="Y") and it returns the table filtered on Y, but I dont need all the columns so i delete some. I cant do that with an array so I select the range and do a copy, 'paste as values'. But wondering if there is a function i can wrap the filter in so it does the conversion in 1 step.
i tried ArrayToText(Filter(....) ) but i get a !CALC error... but removing the ArrayToText returns the array properly
i tried ArrayToText(Filter(....) ) but i get a !CALC error... but removing the ArrayToText returns the array properly