cadams1979
New Member
- Joined
- Nov 20, 2023
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
I have 2 dynamic arrays; one for the first column of data (vertical) and a second for a header row (horizontal) which together make up a grid view.
I need a formula that will spill dynamically when there are changes to either the horizontal or vertical ranges. I want to use the combination of the values from each array (horizontal & vertical) to FILTER another range and show the cells found with a TEXTJOIN for a comma delimited string.
I can perform a COUNTIF relatively easily with verticalarray#&horizontalarray# and that works nicely but every time I attempt with FILTER I get an error
Anyone out there have any smart ideas in how they can help?
Here's quick dump of the data examples
I need a formula that will spill dynamically when there are changes to either the horizontal or vertical ranges. I want to use the combination of the values from each array (horizontal & vertical) to FILTER another range and show the cells found with a TEXTJOIN for a comma delimited string.
I can perform a COUNTIF relatively easily with verticalarray#&horizontalarray# and that works nicely but every time I attempt with FILTER I get an error
Anyone out there have any smart ideas in how they can help?
Here's quick dump of the data examples