Hello
I have a tracker in which assessments are tracked. Each assessment has its own tab.
A10 is =Today()
H9 = The start date
M9 = The number of days assigned for that assessment
R9 = Completion Date
R1 is 'Due Date' =WORKDAY(H9,M9)
R1 has conditional formatting to show green if todays date is less than R1, and red if todays date is greater than R1 - red meaning overdue and orange meaning on track.
A10 is obviously going to continually count on, meaning even if it is completed on time, it will eventually show overdue.
I would like to be able to enter a completion date into R9, which would turn the cell green, and not be overruled by overdue when =today() counts past the due date... does that make sense?
Many thanks
Luke