Brrrrrr.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
1
|
2
|
3
|
||||
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29 |
30
|
31
|
(no subject)
(no subject)
(no subject)
(no subject)
(no subject)
I suggest your best bet is an extra FLAG!!! column with a nice formula in it that gives you simple values you can use for the conditional formatting to work on.
So if the flag column was A, the review due date in B, has it been done in C, scheduled for in D, you have something in A like:
=IF($C2="Y", "DONE", IF($D2<>"", "SCHEDULED", IF($A2<(TODAY()-31), "OVERDUE", "TO DO"))))
Then you can conditional format from that.
I used row 2 as I guess you'll have headers in row1...
(no subject)
it just took a bit of tweaking, especially to ignore the blank rows.
(no subject)
bloody users...
(no subject)
May I light a fire?
(no subject)
(no subject)
(no subject)
(no subject)