I am trying to change color of cell in excel if all values of a list are present in a different column.
I, also have another column with some values.
I want that color of myColumn cell should be red if all values of MyList are not present.
And it should be green if all values from MyList are present in myColumn
I tried doing it using conditional formatting
, but it changes color of cell based on single cell value.
=INDEX(B2:H2,MATCH(D2,B13:B15,0))
How can I do it based on values of a list?
myColumn
and explain why it is the case? Also please specify how did you set up theconditional formatting
and maybe post the formula. - Terry WmyColumn
. And all possible cases are predefined inMyList
- atg