C
christopherp
Hi Guys
I have setup up a formula to work out out how many days there ar
between today's date (continually updating using today() function) an
the due date for my assignments.
The formula works fine and the result within the cell is appended wit
"days" at the end. Once there are 0 days left "complete" will b
dispalyed in the cell.
No problems there, formula is pasted below:
=IF(('Assessment schedule'!J4-TODAY())<=0,"Complete",'Assessmen
schedule'!J4-TODAY()&" days")
The strangeness starts when I try to apply conditional formatting t
these cells.
I applied a conditional format to all cells with a value of less tha
30 days which works fine until the value (number of days) drops to les
than less than 10 days!!![Confused :confused: :confused:](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Between 30 days and 10 days the conditional formatting is applied. a
soon as the number of days reaches 10 each cell reverts back to defaul
formatting.
I have even tried to apply an additional condition which should appl
formatting to cells with a value equal to or less than 10 days but thi
does not work either.
I can change the due date of for each assignment in the assignmen
schedule worksheet so the value is between 10 and 30 days and th
formatting works fine but as soon as that date is changed to return
value of less than 10 days it reverts back to default formatting.
I am stumped![Frown :( :(](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
any help you guys can offer would be greatly appreciated
Cheers
Chri
I have setup up a formula to work out out how many days there ar
between today's date (continually updating using today() function) an
the due date for my assignments.
The formula works fine and the result within the cell is appended wit
"days" at the end. Once there are 0 days left "complete" will b
dispalyed in the cell.
No problems there, formula is pasted below:
=IF(('Assessment schedule'!J4-TODAY())<=0,"Complete",'Assessmen
schedule'!J4-TODAY()&" days")
The strangeness starts when I try to apply conditional formatting t
these cells.
I applied a conditional format to all cells with a value of less tha
30 days which works fine until the value (number of days) drops to les
than less than 10 days!!
Between 30 days and 10 days the conditional formatting is applied. a
soon as the number of days reaches 10 each cell reverts back to defaul
formatting.
I have even tried to apply an additional condition which should appl
formatting to cells with a value equal to or less than 10 days but thi
does not work either.
I can change the due date of for each assignment in the assignmen
schedule worksheet so the value is between 10 and 30 days and th
formatting works fine but as soon as that date is changed to return
value of less than 10 days it reverts back to default formatting.
I am stumped
any help you guys can offer would be greatly appreciated
Cheers
Chri