Gliffix101
Board Regular
- Joined
- Apr 1, 2014
- Messages
- 81
Hello,
I'm attempting to add conditional formatting to a sheet. The Conditional Format is based on:
1) Column A contains the word "Sales" AND Column C is < 30
2) Column A does not contain the word "Sales" AND Column C is < 90
I attempted to build out the formula, but it does not work as expected.
=AND(ISNUMBER(SEARCH("Sales",A1)),C1<"30")
Thought?
Thanks,
Gliff
I'm attempting to add conditional formatting to a sheet. The Conditional Format is based on:
1) Column A contains the word "Sales" AND Column C is < 30
2) Column A does not contain the word "Sales" AND Column C is < 90
I attempted to build out the formula, but it does not work as expected.
=AND(ISNUMBER(SEARCH("Sales",A1)),C1<"30")
Thought?
Thanks,
Gliff