Changing Cell colors with conditions

  • Thread starter Thread starter Bahadir
  • Start date Start date
B

Bahadir

Hi,

Is it possible to control the color of a cell?

I mean let's say I want to change the color of D1 and if A1 + B1 >
color is green or A1 + B1 < 0 color is red.

How can I do this?

Thank you all for any feedback.

Bah
 
Baha

Select D1

Format>Conditional Formatting

Formula is: =a1+b1>0 format green

Add another =a1+b1<0 format red

What would you like to see if a1+b1=0

You could add a third format.

Gord Dibben Excel MVP
 

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

Back
Top