Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Is there in Google Sheets a formula to simulate the use of filter within Arrayformula?

As far as I know, in Google Sheets filter function cannot be used within arrayformula.
I have a series of cells within the row 5 that would contain formulas with filter.
The first formula would go as follows:=IFERROR(FILTER(Full!AA:AA,Full!AB:AB=A1),).

The second formula would go as follows:=IFERROR(FILTER(Full!AA:AA,Full!AB:AB=A2),) and so on…
The original idea was to use ARRAYFORMULA(IFERROR(FILTER(Full!AA:AA,Full!AB:AB=A:A),) but it’s not allowed.
Do you know of any workaround to enable filtering in several cells managing it all with one single formula?
Thanks.

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

You can use MAP or BYROW.

=MAP(A1:A,LAMBDA(a,IFERROR(FILTER(Full!AA:AA,Full!AB:AB=a))))
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading