How to use conditional format in cell A1 if B1 = "foo".
Example, B1 = IF("FOO";;), A1 is yellow color.
Is Excel 2007.
How to use conditional format in cell A1 if B1 = foo . Example,
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use the following coniditona format formula for cell A1
Note That if you want to apply this to the entire column A then make the following two adjustments.
1 – change the formula to remove the $ from the row in the formula so that it reads
=($B1="Foo")2 – ensure that the formatting is applied to the entire column