no, i am not looking to color individual cells, the whole row is fine. I just can't figure out what the formula should be to make this happen.
so something like this:
if to QC "date populate" = yellow
if returned from QC "date populate" = blue
if to QC 2 "date populate" = green
If returned from QC 2nd "date populated = Red
something like that?
I had
If(
[To QC 1]<(Today()+Days(1)), "yellow",
[Returned QC 1]>(Today()+Days(1)), "blue")
but when i got to the second line, is does not read the 2nd next statement.
I also tried
If( not IsNull([To QC 1]),"yellow",
If( not IsNull([returned QC 1]),"blue"))
but it only reads the "TO QC 1" statement, ignoring the first line.
I know i am likely missing something basic, but again newbie! :)
------------------------------
Bret Osborne
------------------------------