A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi, to do that go to new rule, use a formula in the format value box enter
=AND(I2="",J2="yes")
click on format and choose the one needed
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi there,
I need to format cell H2 to highlight the text in red bold if cell I2 is blank , and format the text as regular if cell I2= "yes"
That's no problem. It's working great.
Now, I also need to format cell H2 to highlight the text bold blue if cell I2 is blank, but cell J2="yes".
I've tried a bunch of different solutions, and I can't get the conditional formatting I want to work at all.
It seems so simple.
Can you help me find the trick to make it work?
Thank you x infinity!
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
Hi, to do that go to new rule, use a formula in the format value box enter
=AND(I2="",J2="yes")
click on format and choose the one needed
I have a spreadsheet that evaluates states, and if someone enters a state such as "MD" or "MS", it would make it red. I am trying to do a conditional formatting to have acceptable states green, and non-acceptable states red. The formatting for the text won't allow multiple states under one command, so I have to enter duplicate formatting. How would I be able to do multiple states in the formula bar? For example, I want as acceptable states: WA, OR, ID, CA, NV, MT. Any other state would be non-acceptable, and the field would turn red. It's about 5,000 entries I need to do.
Your welcome, glad for helping and thanks for the feedback
Thank you. It worked. So far so good.
You have to remember to set priorities for the conditional formatting rules, too.
This really solved my headache.
1000 thanks~