1
votes

So I want the following conditions to be achieved based on the value of an external cell:

  • If the text in the external cell coincides with the one in the selected cell, the selected cell turns green. [DONE with Format Rule: Is equal to =externalCell]
  • If the text in the external cell does not coincide with the one in the selected cell, the selected cell turns red. [DONE with Format Rule: Is not equal to =externalCell]
  • If there is no text in the external cell, the selected cell turns white. [PENDING]

Please see the screenshot in the link for a better understanding, where you can see my conditional format rules.

In this case, selected cell J10 is green because coincides with external cell T10. It would be red in any other case, but don't know how to supply the third condition.

1

EDIT: Let's explain it with an example. What I want to do is that:

  • (A1 will always have text)
  • A1 turns colour white when B1 HAS NO text in it.
  • A1 turns colour green when B1 HAS text in it and the text in both cells match.
  • A1 turns colour red when B1 HAS text in it and the text in both cells DO NOT match.
1
its unclear what are you after. explain it more and provide some exampleplayer0

1 Answers

0
votes
  • (A1 will always have text)
  • A1 turns colour white when B1 HAS NO text in it.
  • A1 turns colour green when B1 HAS text in it and the text in both cells match.
  • A1 turns colour red when B1 HAS text in it and the text in both cells DO NOT match.

try it like this:

0