rbobcat1
Member
What formula would I use to highlight only those rows that contain abc?
I have tried =$c2=”abc”
I also tried Search and Find but they didn’t work either.
I have tried =$c2=”abc”
I also tried Search and Find but they didn’t work either.
column a | column b | column c |
FALSE | TRUE | abc.def.ghi.jkl |
FALSE | TRUE | 123.456.789.012 |
FALSE | TRUE | xyz.abc.def.ghi |
FALSE | TRUE | 345.123.456.789 |
FALSE | TRUE | uvw.xyz.abc.def |
FALSE | TRUE | 890.345.123.456 |