Help, need to make field go red or green

  • Thread starter Thread starter smoran
  • Start date Start date
S

smoran

Hi,

I have three fields in total ............. I need to make field 3 g
green IF field 1 AND 2 = value 0. I need to make field 3 go red I
field 1 and 2 = anything but 0.

How do I do this ?

Regards

St
 
One way:

Format field 3 as red.

With field 3 selected, choose Format/Conditional formatting and use
dropdowns and textboxes to read

CF1: Formula is =AND(<field1>=0,<field2>=0)
Format1: <patterns>/green

where <field1> and <field2> are your cell references (e.g, A1, B1)
 

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