Forum Discussion
marcia_stephens
Aug 21, 2024Copper Contributor
Filter function to return in columns not rows
I want to return the results from a filter function formula into ongoing columns rather than down rows - this is because I have a large list of over a 2000 rows of data that I want to look them up in...
HansVogelaar
Aug 21, 2024MVP
How about
=TRANSPOSE(FILTER('ACNY 2024'!L2:L15979,'ACNY 2024'!I2:I15979='Parish make up'!AX2))
- marcia_stephensAug 21, 2024Copper Contributor