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

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -