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 conditional format RANGE of cells based on multiple multiple columns?

enter image description here

conditional format right side multiple columns(green highlight) based on what is data put on left side multiple columns

hi all i want to format right side i.e. green filled cells if the data matched what is on left side columns. every time i have to choose "equal to" conditional format for cell individually I have tried to select range but it is invalid for range(i.e. all the columns on left side )…. also note that the column on left side will increase as per data requirement in future.

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 :

Use MATCH() function if CF custom formula rule. Try-

=ISNUMBER(MATCH(G1,$B:$B,0))

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