Lesson#140: Color cells if cell value found in another column – Conditional formatting

Lesson#140: Color cells if cell value found in another column – Conditional formatting

Here I will make a formula in Conditional Formatting. This formula will color cells if the cell value is found in another column. For example, I am showing this picture below.

Conditional formatting

If the value is present in column A then it will color cells in column A.

For that I have to select column A, then I will go to Conditional Formatting>New Rule>Use a formula to determine which cells to format. There I will select a format to highlight and Put the formula.

Conditional formatting

=NOT(ISNA(VLOOKUP($A1,$D:$D,1,FALSE)))

Conditional formatting

Now this formula will color cells whose values are present in column D.

Read more lessons here.

See also  Lesson#43: Make an ON/OFF switch for Conditional Formatting in your excel sheet

Hi! I am Puspendu. I am the founder and author of Excelabcd. I am little creative person, blogger and Excel-maniac guy. I hope you enjoy my blog.

2 Comments on “Lesson#140: Color cells if cell value found in another column – Conditional formatting

Leave a Reply

Your email address will not be published. Required fields are marked *

*