Forum Discussion
Elias_Haddad
Mar 25, 2020Copper Contributor
Lookup a random sorted array
Hi All,
I cannot seem to find an answer for my requirements, and hope you can come to my aid please.
Data
In Column A I have the names of countries sorted randomly.
In Column B I have the names of countries sorted randomly.
Request
1. I wish to use conditional formatting to fill the cells when A is found in B.
2. I wish to use conditional formatting to fill the cells when B is not found in A.
Thanks for your feedback.
8 Replies
- SaviaIron Contributor
Elias_Haddad Both can be done with custom CF rules based on a formula.
For 1:
=MATCH(active cell, column B, 0)
For 2:
=ISERROR(MATCH(active cell, column A, 0))
- Elias_HaddadCopper Contributor
- Elias_HaddadCopper Contributoroops, what happened to the picture I inserted???