Forum Discussion
Carly Rose Carriere
Jun 27, 2018Copper Contributor
Help with Conditional Formatting
Hi! I can't find a way to make this conditional formatting work how I need. The columns that I am working with are A, E and F. I need to set up conditional formatting for column A. ID (A) P...
SergeiBaklan
Jun 27, 2018Diamond Contributor
Hi Carly,
On you sample, if first column is A, you have columns from A to F. What is G?
Carly Rose Carriere
Jun 27, 2018Copper Contributor
Oh, that was a typo! It should read Columns A, E, and F.
- SergeiBaklanJun 27, 2018Diamond Contributor
Okay, thank you.
You may apply the rule
=ISBLANK($E2)*ISBLANK($F2)*NOT(ISBLANK($A2))
to your column A to fill it yellow if both E and F are blank, no need in Stop rules. As attached
- Carly Rose CarriereJun 27, 2018Copper ContributorThis still isn't working. When I put in the formula it highlights column A3 that has data in column F3.
- SergeiBaklanJun 27, 2018Diamond Contributor
There is nothing in F3