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

Excel Return True if exists in list

Hi all I need to return a True in the result column if TRUE exists in either record 1 2 or 3.

Have tried If =AND etc.

Thanks

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

enter image description here

>Solution :

Try using the following formula :

enter image description here


=BYROW(A2:C5,LAMBDA(α,OR(α)))

Using ETA LAMBDA() it is relatively shorter as well:

=BYROW(A2:C5,OR)

Or, Simply use OR() function and fill down:

=OR(A2:C2)

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