Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I would like to know how to conditionally control formats as below:

Cell "A" can have several different inputs. Depending on what, it gets colored formatted.

Cell "B" can have a value or not. If it doesn't have it it should stay unformatted. If it has a value it should have the same color format as cell "A".

If cell "A" changes it should change the color format in cell "B" also, without changing the value in cell "B".

Can someone help me?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
197 views
Welcome To Ask or Share your Answers For Others

1 Answer

I'm not entirely sure I understand your question - an example might help.

That said, here is one tutorial on conditional formatting.

It may be slightly hairy, but I think you can do what you want. Calculate formula based on $A1 and aqpply it to $A$1:$B$100


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...