D
DJ
I have the following set up in a spreadsheet:
Today 17/05/2004 (Cell A1)
Date Status
11/05/2004 (Cell A5) Due in 1 week
11/04/2004 Overdue
11/06/2004 Not due
I'm trying to use a set of if statements to populate the
status field. Here's what I have so far
=IF($A$1<=A5,"Not due",IF($A$1-A5<=7,"Due in within a
week",IF($A$1>=A5,"Overdue")))
Logic tells me that if 11/05/04 is equal or 7 days away
from 17/05/04 then it's due in 1 week or less. If it's
beyond that date it's not due and if it's below that date
it's overdue. Does this makes sense? Cos it aint
working.. lol :S
Today 17/05/2004 (Cell A1)
Date Status
11/05/2004 (Cell A5) Due in 1 week
11/04/2004 Overdue
11/06/2004 Not due
I'm trying to use a set of if statements to populate the
status field. Here's what I have so far
=IF($A$1<=A5,"Not due",IF($A$1-A5<=7,"Due in within a
week",IF($A$1>=A5,"Overdue")))
Logic tells me that if 11/05/04 is equal or 7 days away
from 17/05/04 then it's due in 1 week or less. If it's
beyond that date it's not due and if it's below that date
it's overdue. Does this makes sense? Cos it aint
working.. lol :S