How do I use Conditinal Format for another cell?

N

Nilou

Assuming

Cell A1 is the value "Red" or "Green" or "Yellow"

How could I have a formula on Cell "C1" containing Conditional formatin the
same as below

if A1 is "Red" then Bacground of A1 turns to red
if A1 is "Blue" then Bacground of A1 turns to Blue
if A1 is "Yellow" then Bacground of A1 turns to Yellow
 
J

Jim Thomlinson

I assume that your statement
if A1 is "Red" then Bacground of A1 turns to red
should be
if A1 is "Red" then Bacground of C1 turns to red
???

Assuming that to be true
Select C1
Format | Conditional Formatting
Formula is = A1 = "Red"
Set your Red format
Ok
Repeat for other colours.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top