The goal here is to have a reverse index match function return the column/row header based off of a resultant array that was generated from a filter function.
Original dataset (=RANDARRAY(12,5,1,100,TRUE))
Filtered Data Set =FILTER($E$48:$I$59,(($E$47:$I$47>=2019)*($E$47:$I$47<=2021)))
The highlighted column headers in the second picture are what I am trying to have be generated dynamically by matching the array that was returned from the filter function to the original array.
I was thinking an Index function might work, possibly with an additional index in the match function in order to handle the 2D array I'm trying to search via, but I'm unable to get it to work.
I've also tried an iferror find function which does (via spill) return 1's for the expected column but I'm struggling with how I might use this to identify it as the column "2019" without the use of a helper column (which I'm trying to avoid).
Here's a clearer image of what I'm trying to achieve.
Looking for the year headers from the original data table, using the 1D array that was generated via the 'filer()' function to match the correct column.
This IndexMatch formula of course does not work, but it was a first attempt and illustrates the goal.
If anyone could offer some direction, advice, or guidance I'd be appreciative.
Thanks,
Choose Columns Between Headers