I have a spreadsheet with a date field in column D,
If the date value in column D is equal to TODAY(), I need to display "Due Today" in Column F and leave column G blank or display "0"
If the date value in column D is before TODAY(). I need to display "Overdue" in Column F and VAL(number of days overdue) in column G
If the date value in column D is after TODAY(), I need to display "Due In" in column F and VAL(number of days until due date) in Column G.
I can do the number of days overdue, but I get #name errors for a value of TODAY() or future date.
If the date value in column D is equal to TODAY(), I need to display "Due Today" in Column F and leave column G blank or display "0"
If the date value in column D is before TODAY(). I need to display "Overdue" in Column F and VAL(number of days overdue) in column G
If the date value in column D is after TODAY(), I need to display "Due In" in column F and VAL(number of days until due date) in Column G.
I can do the number of days overdue, but I get #name errors for a value of TODAY() or future date.