Help Me to Conditions!

D

davidtips

:confused: Hi there!

File attached.

How can I set my Condition Formating at *Column C* (Item Name) to be
able to show indication (boxed RED) if one or more required infos (F &
G) is missing?

As *Column E* (Shipped Date) will be the trigger factor for these
required infos.

*For exmple1:* Row 4, Orange is boxed RED becuase the shipped date was
entered, but QTY is missing.

*For exmple2:* Row 6, Durian is not boxed RED becuase there is no
shipment yet.

Thanks!!

davidiew


+-------------------------------------------------------------------+
|Filename: 123xx.doc |
|Download: http://www.excelforum.com/attachment.php?postid=3579 |
+-------------------------------------------------------------------+
 
B

Bob Phillips

Use a formula like

=AND(E2<>"",OR(F2="", G2=""))

using row 2 as the current row.
 

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