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

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -