I have a series of 5 columns, all of which will have dates attached.
<TABLE dir=ltr border=1 cellSpacing=1 borderColor=#333399 cellPadding=2 width=379><TBODY><TR><TD bgColor=#000080 height=20 width="13%">
</TD></TR><TR><TD bgColor=#ffffff height=19 width="13%">
</TD><TD bgColor=#ffffff height=19 width="25%">
</TD><TD bgColor=#ffffff height=19 width="21%">
</TD><TD bgColor=#ffffff height=19 width="22%">
</TD></TR><TR><TD bgColor=#ffffff height=19 width="13%">
</TD><TD bgColor=#ffffff height=19 width="21%">
</TD><TD bgColor=#ffffff height=19 width="22%">
</TD></TR></TBODY></TABLE>
Is there a way that if the "Name" cell is not blank, then column A cell will turn yellow. Once a date is entered in column A, the cells color turns off?
~
Then if there is a date in Column A, Column C will highlight, and turn off when the cell has a date.
This step will be repeated for the remaining columns.
<TABLE dir=ltr border=1 cellSpacing=1 borderColor=#333399 cellPadding=2 width=379><TBODY><TR><TD bgColor=#000080 height=20 width="13%">
Name
</TD><TD bgColor=#99ccff height=20 width="20%">A
</TD><TD bgColor=#99ccff height=20 width="25%">C
</TD><TD bgColor=#99ccff height=20 width="21%">D
</TD><TD bgColor=#99ccff height=20 width="22%">E
</TD></TR><TR><TD bgColor=#ffffff height=19 width="13%">SF
</TD><TD bgColor=#ffffff height=19 width="20%">3/31/2011
</TD><TD bgColor=#ffffff height=19 width="25%">3/31/2011
</TD><TD bgColor=#ffffff height=19 width="21%">3/31/2011
</TD><TD bgColor=#ffffff height=19 width="22%">3/11/2011
</TD></TR><TR><TD bgColor=#ffffff height=19 width="13%">FL
</TD><TD bgColor=#ffffff height=19 width="20%">3/18/2011
</TD><TD bgColor=#ffffff height=19 width="25%">4/6/2011
</TD><TD bgColor=#ffffff height=19 width="21%">4/6/2011
</TD><TD bgColor=#ffffff height=19 width="22%">4/7/2011
</TD></TR><TR><TD bgColor=#ffffff height=19 width="13%">NY
</TD><TD bgColor=#ffffff height=19 width="20%">3/17/2011
</TD><TD bgColor=#ffffff height=19 width="25%">4/6/2011
</TD><TD bgColor=#ffffff height=19 width="21%">4/6/2011
</TD><TD bgColor=#ffffff height=19 width="22%"></TD></TR><TR><TD bgColor=#ffffff height=19 width="13%">
TX
</TD><TD bgColor=#ffffff height=19 width="20%">3/21/2011
</TD><TD bgColor=#ffffff height=19 width="25%">4/4/2011
</TD><TD bgColor=#ffffff height=19 width="21%">4/4/2011
</TD><TD bgColor=#ffffff height=19 width="22%">4/4/2011
</TD></TR><TR><TD bgColor=#ffffff height=19 width="13%">NH
</TD><TD bgColor=#ffffff height=19 width="20%">3/1/2011
</TD><TD bgColor=#ffffff height=19 width="25%">3/31/2011
</TD><TD bgColor=#ffffff height=19 width="21%">3/31/2011
</TD><TD bgColor=#ffffff height=19 width="22%">3/31/2011
</TD></TR><TR><TD bgColor=#ffffff height=19 width="13%">IL
</TD><TD bgColor=#ffffff height=19 width="20%">4/2/2011
</TD><TD bgColor=#ffffff height=19 width="25%">4/5/2011
</TD><TD bgColor=#ffffff height=19 width="21%">4/5/2011
</TD><TD bgColor=#ffffff height=19 width="22%">4/5/2011
</TD></TR><TR><TD bgColor=#ffffff height=19 width="13%">ME
</TD><TD bgColor=#ffffff height=19 width="20%"></TD><TD bgColor=#ffffff height=19 width="25%">
</TD><TD bgColor=#ffffff height=19 width="21%">
</TD><TD bgColor=#ffffff height=19 width="22%">
</TD></TR><TR><TD bgColor=#ffffff height=19 width="13%">
MS
</TD><TD bgColor=#ffffff height=19 width="20%">4/12/2011
</TD><TD bgColor=#ffffff height=19 width="25%"></TD><TD bgColor=#ffffff height=19 width="21%">
</TD><TD bgColor=#ffffff height=19 width="22%">
</TD></TR></TBODY></TABLE>
Is there a way that if the "Name" cell is not blank, then column A cell will turn yellow. Once a date is entered in column A, the cells color turns off?
~
Then if there is a date in Column A, Column C will highlight, and turn off when the cell has a date.
This step will be repeated for the remaining columns.