Highlight cell if another cell contains any text
Solved/Closed
Related:
- Conditional formatting if cell contains any text
- Highlight cell if another cell contains text - Best answers
- Excel if cell contains any text - Best answers
- Conditional formatting if cell contains text ✓ - Excel Forum
- Excel conditional formatting if another cell contains specific text - Excel Forum
- Excel add 1 if cell contains text ✓ - Excel Forum
- If cell contains text then return value multiple conditions ✓ - Excel Forum
- Excel conditional formatting based on date - Guide
2 responses
Mazzaropi
Posts
1985
Registration date
Monday August 16, 2010
Status
Contributor
Last seen
May 24, 2023
147
Jul 1, 2016 at 08:42 AM
Jul 1, 2016 at 08:42 AM
LvH, Good morning.
Try to use:
Select C9
Conditional Formating:
Formula:
=AND(ISTEXT(B9),ISNONTEXT(C9))
Choose the color RED for FILL COLOR.
Please, tell us if it worked for you.
I hope it helps.
Try to use:
Select C9
Conditional Formating:
Formula:
=AND(ISTEXT(B9),ISNONTEXT(C9))
Choose the color RED for FILL COLOR.
Please, tell us if it worked for you.
I hope it helps.
Jul 4, 2016 at 10:59 AM