- Joined
- Aug 30, 2012
- Messages
- 13
- Reaction score
- 0
If a cell contains ANY text, I want the background color to change.
All I've been able to find is if a cell contains a specific text (which I know how to do) but that's not what I want.
The texts will change constantly and there's nothing specific.
I tried:
=E24=""
=E24="ABC"
if(E24="")
if(E24="ABC")
None of them work....
Thank you for taking the time to read and/or help!
All I've been able to find is if a cell contains a specific text (which I know how to do) but that's not what I want.
The texts will change constantly and there's nothing specific.
I tried:
=E24=""
=E24="ABC"
if(E24="")
if(E24="ABC")
None of them work....
Thank you for taking the time to read and/or help!