Keeper4826
New Member
- Joined
- Nov 6, 2006
- Messages
- 47
I am trying to track reports which need to be submitted within a certain time frame. I have a time hack, which is when the clock starts. This cell is formatted as dd/mm/yy hh:mm (24hr). The next cell is time submitted, using the same format. The target time for submission is within 8hrs of the time hack. I’m like to use conditional formatting to alert me to reports yet to be submitted.
• If the cell is blank (no report submitted) and the current date/time is less than or equal to 8hrs, the cell will be yellow.
• If the cell is blank (no report submitted) and the current date/time is great than 8hrs, the cell will be red.
• If the difference between the value of Time Submitted and Time Hack is less than or equal to 8hrs, the cell will be green.
• If the difference between the value of Time Submitted and Time Hack is greater than 8hrs, the cell will be orange.
I cannot figure out the rules for these formatting criteria. I know how to calculate the difference between two values, so long as the submission time is within 24hrs. Beyond that my formula fails. If there is no submission, the formula obviously fails too. I thought I’d use this extra data as the basis for my tracking rather than using just the two original columns. The conditional formatting doesn’t take the results of the original formula in the cell. How can I configure the conditional formatting? I am using Excel 2003.
Here is example data:
Time Hack: 9/6/09 12:00
Submission Time: 9/6/09 19:30
Submission Time: 9/6/09 20:00
Submission Time: 9/6/09 20:30
Submission Time: 9/7/09 14:00
Submission Time: blank
• If the cell is blank (no report submitted) and the current date/time is less than or equal to 8hrs, the cell will be yellow.
• If the cell is blank (no report submitted) and the current date/time is great than 8hrs, the cell will be red.
• If the difference between the value of Time Submitted and Time Hack is less than or equal to 8hrs, the cell will be green.
• If the difference between the value of Time Submitted and Time Hack is greater than 8hrs, the cell will be orange.
I cannot figure out the rules for these formatting criteria. I know how to calculate the difference between two values, so long as the submission time is within 24hrs. Beyond that my formula fails. If there is no submission, the formula obviously fails too. I thought I’d use this extra data as the basis for my tracking rather than using just the two original columns. The conditional formatting doesn’t take the results of the original formula in the cell. How can I configure the conditional formatting? I am using Excel 2003.
Here is example data:
Time Hack: 9/6/09 12:00
Submission Time: 9/6/09 19:30
Submission Time: 9/6/09 20:00
Submission Time: 9/6/09 20:30
Submission Time: 9/7/09 14:00
Submission Time: blank