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

Google Sheets – Having trouble with FILTER

I have numeric values in column D, and text data in column H.

I want to return a list of all the D values, whenever "Word" appears in the corresponding row in column H.

I’ve tried:

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

=FILTER(D3:D,H3:H="Word")

Unfortunately not working, where am I going wrong?

Thanks

>Solution :

Since Player’s answer was basically the same as the question (as far as I could tell), I’ll challenge the solution with this. Use this formula to evaluate if it contains WORD:

=filter(D3:D,ISNUMBER(find("WORD",UPPER(H3:H))))

See sample 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