Highlight cell if another cell contains any text
Solved/Closed
Related:
- Conditional formatting if another cell contains any text
- Excel if cell contains text - Best answers
- Excel conditional formatting if another cell contains specific text - Best answers
- Conditional formatting if cell contains text - Excel Forum
- Excel conditional formatting if another cell contains specific text ✓ - Excel Forum
- Count if cell contains number - Excel Forum
- If a cell has text then return value ✓ - Excel Forum
- If cell contains date then return value ✓ - Office Software Forum
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