Good morning,
I've got a fairly simple table from which I am extracting data from in a new worksheet using CHOOSECOLS, VSTACK, & a FILTER. The simple question is how to add a sort to the result set from the formula below. Standard sorting will not work on an array.
The SORTBY would be on columns 8 (Column E, descending) and 6 (Column D, ascending).
Formula is currently =CHOOSECOLS(VSTACK(Table1[#Headers],FILTER(Table1,Table1[New Assign?]=Sheet6!C4,"")),2,5,6,8,9)
Thank you!
DVS
Bookmarks