Forum Discussion
Olejeek
Oct 30, 2021Copper Contributor
Highlight unique with a partial match
Hello, I need to find and highlight unique values, even those that match partially in two columns. I have attached a screenshot to show what I mean. Thank you in advance
- Nov 01, 2021
Update the previous formula with ISERROR() or TYPE() formula
=ISERROR((MATCH("*"&$B2&"*",$A$2:$A$8,0)))
Juliano-Petrukio
Nov 01, 2021Bronze Contributor
Update the previous formula with ISERROR() or TYPE() formula
=ISERROR((MATCH("*"&$B2&"*",$A$2:$A$8,0)))
Olejeek
Nov 02, 2021Copper Contributor
seems like this is what I need, thank you!