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

Create a List depending the Area, Excel or Google Sheets

I’m trying to create a list in a different sheet depending on the area, so basically I have a dropdown to select 3 areas, and depending on that I want to generate a sheet with all the information from that contact, this is my list:

enter image description here

I tried to paste this data but was not possible

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 :

FILTER() or QUERY() both will work in this case. Try-

=FILTER(Sheet1!A2:C6,Sheet1!C2:C6=F2)
=QUERY(Sheet1!A2:C,"where C='" &F2 & "'")

enter image description here

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