Hello there.
I am currently making my own timeline and have successfully manged to get a row to highlight in a color based on a start date and end date ---
Essentially Row A displays the days of the month (A3 - 8/1, B3 = 8/2 and so on) and in Row 2 A2 is the start date and B2 is the end date. So if the start date is 8/1 and end date is 8/2 then A3 and B3 will fill in a color based on this conditional formatting statement: =AND(A$3>=$A2,A$3<=$A3).
Now what I want to do is add more formatting where the cells change color based on the above condition and if I change the status based on a drop down list (My list is based on a validation list and has values like 'Delayed', 'Planned' and so forth......I don't see how I can do this.
Any help is greatly appreciated.
Thanks!
I am currently making my own timeline and have successfully manged to get a row to highlight in a color based on a start date and end date ---
Essentially Row A displays the days of the month (A3 - 8/1, B3 = 8/2 and so on) and in Row 2 A2 is the start date and B2 is the end date. So if the start date is 8/1 and end date is 8/2 then A3 and B3 will fill in a color based on this conditional formatting statement: =AND(A$3>=$A2,A$3<=$A3).
Now what I want to do is add more formatting where the cells change color based on the above condition and if I change the status based on a drop down list (My list is based on a validation list and has values like 'Delayed', 'Planned' and so forth......I don't see how I can do this.
Any help is greatly appreciated.
Thanks!