Peter Davison
Active Member
- Joined
- Jun 4, 2020
- Messages
- 451
- Office Version
- 365
- Platform
- Windows
I have two sheets of data -
Data Analysis
Report Writer
In Row 11 on both sheets there are headings
I want to know if I can use the contents of what is in Cells D11 to Z11 on the Report Writer sheet to determine the ChooseCols in the Unique Filter array formula below.
The formula I am using brings back some columns correctly but not others.
I think it is looking at respective columns and bringing them back in the wrong place (If I am right)
This is my formula -
=UNIQUE(FILTER(INDEX('Data Analysis'!$B$12:$HZ$1000,
SEQUENCE(ROWS('Data Analysis'!$B$12:$HZ$1000)),
FILTER(COLUMN('Data Analysis'!$B$11:$HZ$11),
(ISNUMBER(MATCH('Data Analysis'!$B$11:$HZ$11,'Report Writer'!$D$11:$Z$11,0)))*('Data Analysis'!$B$11:$HZ$11<>""))),
'Data Analysis'!$B$12:$B$1000<>""))
Any help would be appreciated
Data Analysis
Report Writer
In Row 11 on both sheets there are headings
I want to know if I can use the contents of what is in Cells D11 to Z11 on the Report Writer sheet to determine the ChooseCols in the Unique Filter array formula below.
The formula I am using brings back some columns correctly but not others.
I think it is looking at respective columns and bringing them back in the wrong place (If I am right)
This is my formula -
=UNIQUE(FILTER(INDEX('Data Analysis'!$B$12:$HZ$1000,
SEQUENCE(ROWS('Data Analysis'!$B$12:$HZ$1000)),
FILTER(COLUMN('Data Analysis'!$B$11:$HZ$11),
(ISNUMBER(MATCH('Data Analysis'!$B$11:$HZ$11,'Report Writer'!$D$11:$Z$11,0)))*('Data Analysis'!$B$11:$HZ$11<>""))),
'Data Analysis'!$B$12:$B$1000<>""))
Any help would be appreciated