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 n...
Savia
Mar 25, 2020Iron 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_HaddadMar 25, 2020Copper Contributor
- Elias_HaddadMar 25, 2020Copper Contributoroops, what happened to the picture I inserted???
- Elias_HaddadMar 25, 2020Copper Contributor