craigs23
New Member
I am in the process of using the Index & Register commands to build a summary sheet fro a much larger database.
I have got this portion sorted no problems, however what I am trying to do is to use conditional formatting in conjunction with these cells to
highlight time constrained tasks / deadlines and upcoming deadlines.
The formulas I am trying to use are as follows:
=OR(AND(J36="",TODAY()-H27>15),AND(J36<>"",J36-H27))
Where:
H27 = Start date
J36 = Completion date (if entered)
So what I am trying to do is to highlight J36 Red if the cell is empty and todays date is >15 days after the date in H27 or J36 has a date entered which is > 15 days after H27.
I also have 2 further conditions which should highlight the cells yellow or green (both variations on the formula above)
This works OK if the cells are empty (i.e on fresh sheet) however as the cells referenced already contain Index / Register formula (as listed below).
=IF(INDEX(Register!$A$3:$AA$988,$A$1+ROW(J1)-1,COLUMN((J1)))="","",INDEX(Register!$A$3:$AA$988,$A$1+ROW(J1)-1,COLUMN((J1))))
I am guessing there is some conflict between the 2 but I cannot figure this out can anyone help clarify this?
Thanks in advance
Craig
I have got this portion sorted no problems, however what I am trying to do is to use conditional formatting in conjunction with these cells to
highlight time constrained tasks / deadlines and upcoming deadlines.
The formulas I am trying to use are as follows:
=OR(AND(J36="",TODAY()-H27>15),AND(J36<>"",J36-H27))
Where:
H27 = Start date
J36 = Completion date (if entered)
So what I am trying to do is to highlight J36 Red if the cell is empty and todays date is >15 days after the date in H27 or J36 has a date entered which is > 15 days after H27.
I also have 2 further conditions which should highlight the cells yellow or green (both variations on the formula above)
This works OK if the cells are empty (i.e on fresh sheet) however as the cells referenced already contain Index / Register formula (as listed below).
=IF(INDEX(Register!$A$3:$AA$988,$A$1+ROW(J1)-1,COLUMN((J1)))="","",INDEX(Register!$A$3:$AA$988,$A$1+ROW(J1)-1,COLUMN((J1))))
I am guessing there is some conflict between the 2 but I cannot figure this out can anyone help clarify this?
Thanks in advance
Craig