Is this what you're looking for?
Say you key in the start date in B2
This turns row2 yellow.
When you key in end date in Y2, yellow format disappears.
First, select *all* of row2, then:
<Format> <ConditionalFormatting>
Click "Formula Is", and enter this:
=AND($B$2>0,$Y$2="")
Select your formatting, then <OK>.
--
HTH,
RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
message ok, been working on this more, figured out how to keep it from highliting
until there is a task, BUT, I can't get it to unhighlight when there is a
date in column Y. I have taken out the completed column. NO X involved
anymore...hehe. My first condition is:
=B11
this highlights the row when a task is keyed in.
Now I need to unhighlight the row when the task completion date is keyed in.
Any thoughts???