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

A new sheet that is a real-time filtered version of another sheet?

I wonder if the following scenario is possible:

We have a simple sheet in G Sheet (let’s call it Sheet1) with some columns and one column called IsProcessed that can either be 0 or 1.

Is it possible to have another sheet (Sheet2) in the same document that is identical to Sheet1 except that it only contains rows with IsProcessed = 0.

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

Of course, Sheet2 should be updated in real-time as values in Sheet1 change.

>Solution :

yes. if column IsProcessed is for example D use this formula in Sheet2:

=FILTER(Sheet1!A:Z; Sheet1!D:D=0)

update:

={Sheet1!A1:Z1; FILTER(Sheet1!A2:Z; Sheet1!D2:D=0; Sheet1!D2:D<>"")}
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