EXCEL conditional formatting: Check one column based on other column -
say have 2 col this
a b ======= 3 text 4 8 7 text
how formula format : cell on cola has value cell on colb equal="text"?
please try:
=b1="text"
as conditional formatting formula rule applied a:a.
Comments
Post a Comment