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

how do i get a list of names that doesnt have a userName, to another sheet in google sheets

I am not sure how to get the list of names from a column that has an adjacent empty column to another sheet.
the names with blank userNames i want to import to sheet13

names imported to sheet13

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

>Solution :

You can use FILTER() function.

 =FILTER(B2:B,C2:C="")

If you want to filter from other sheet then just use sheet name before range like

=FILTER('Copyoftest'!B2:B,'Copyoftest'!C2:C="")

You can also use QUERY() function like-

=QUERY('Copyoftest'!B2:C,"select B where C is null",0)
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