Highlight cell if another cell contains any text
Solved/Closed
Related:
- Excel conditional formatting if cell contains specific text
- Conditional formatting if cell contains text - Best answers
- Highlight cell if another cell contains text - Best answers
- Highlight cell if another cell contains specific text - Excel Forum
- How to use conditional format based on text? ✓ - Excel Forum
- Excel clear formatting - Guide
- Excel add 1 if cell contains text ✓ - Excel Forum
- Excel conditional formatting based on another cell - Excel Forum
2 responses
Mazzaropi
Posts
1983
Registration date
Monday 16 August 2010
Status
Contributor
Last seen
24 May 2023
147
1 Jul 2016 à 08:42
1 Jul 2016 à 08:42
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.
4 Jul 2016 à 10:59