F
Frustrated
An afternoon project for someone!!
I am trying to create a spreadsheet which tracks and records assignments not
completed by the assigned due date. I need:
1. Dates to be entered as 20100101 but show up as 2010.01.01 AND
2. Use the TODAY() function to determine (and show) that, as of today:
a) an item is not yet due - leave cell blank
b) an items is outstanding past the assigned due date - show "Overdue"
c) an item is/was completed on or before the due date - show "Completed"
d) an item is/was completed AFTER the due date - show "Completed Late"
3. To be able to sort by result (e.g. Overdue, Completed etc.)
I HOPE there's a way to have the spreadsheet look something like:
-------------------------------------------------------------
E.g. Today's Date - January 31, 2010
Due Date Date Completed (Desired Result)
2010.01.07 2010.01.05 Completed
2010.02.15
2010.01.05 Overdue
2010.01.05 2010.01.15 Completed Late
I am trying to create a spreadsheet which tracks and records assignments not
completed by the assigned due date. I need:
1. Dates to be entered as 20100101 but show up as 2010.01.01 AND
2. Use the TODAY() function to determine (and show) that, as of today:
a) an item is not yet due - leave cell blank
b) an items is outstanding past the assigned due date - show "Overdue"
c) an item is/was completed on or before the due date - show "Completed"
d) an item is/was completed AFTER the due date - show "Completed Late"
3. To be able to sort by result (e.g. Overdue, Completed etc.)
I HOPE there's a way to have the spreadsheet look something like:
-------------------------------------------------------------
E.g. Today's Date - January 31, 2010
Due Date Date Completed (Desired Result)
2010.01.07 2010.01.05 Completed
2010.02.15
2010.01.05 Overdue
2010.01.05 2010.01.15 Completed Late