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 to highlight a row by looping column values via conditional formatting

Trying to find a way to highlight a row based on a column value.

Tried out
=countif(index($G$4:$G),A2)

But this only matches one cell and not the entire row. Have use =Search function but i was not able to loop the G column values only able to give static values.

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

Image reference

>Solution :

You may try:

Apply to range: A4:E

Custom formula is:

=not(iserror(regexextract(join(" ",$A4:$E4),textjoin("|",1,$G$4:$G))))

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