Calculating a Missed Deadline

dlj2007

New Member
Joined
Nov 11, 2013
Messages
30
I need to know how to count how many rows have missed a deadline. So I have 800 rows. Each row contains a Due Date(Column F) and a Date Sent (Column AH). I need to know the count of how many of those rows have missed a deadline. Is this even possible to do without having to create some type of separate column?
 
See if these work. I've include blank rows below the data.
Excel Workbook
ABCDEFGH
1Date Letter ReceivedADR Letter DateDate ADR Response DueDate Record RequestedDate MD Records ReceivedDate HHA Records ReceivedADR Response Sent
29/25/20139/11/201310/26/20139/26/20139/27/201310/4/201310/24/2013
39/25/20139/11/201310/26/20139/26/20139/27/201310/4/201310/29/2013
49/25/20139/11/201310/26/20139/26/201310/7/201310/15/201310/25/2013
59/30/20139/25/201311/9/20139/30/201310/15/2013NO HH 10/14/201311/8/2013
611/11/201310/31/201312/15/20139/27/2013
710/28/201310/9/201311/14/201311/15/2013
810/28/201310/15/201311/14/201310/28/201311/6/2013
9
10
11
12Total3
13Last 14 Days2
14Last 30 Days3
15
Sheet
 
Upvote 0

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
See if these work. I've include blank rows below the data.

*ABCDEFGH
1Date Letter ReceivedADR Letter DateDate ADR Response DueDate Record RequestedDate MD Records ReceivedDate HHA Records ReceivedADR Response Sent*
29/25/20139/11/201310/26/20139/26/20139/27/201310/4/201310/24/2013*
39/25/20139/11/201310/26/20139/26/20139/27/201310/4/201310/29/2013*
49/25/20139/11/201310/26/20139/26/201310/7/201310/15/201310/25/2013*
59/30/20139/25/201311/9/20139/30/201310/15/2013NO HH 10/14/201311/8/2013*
611/11/201310/31/201312/15/20139/27/2013****
710/28/201310/9/201311/14/2013***11/15/2013*
810/28/201310/15/201311/14/201310/28/2013*11/6/2013**
9********
10********
11********
12Total3******
13Last 14 Days2******
14Last 30 Days3******
15********

<colgroup><col style="width: 30px; font-weight: bold;"><col style="width: 80px;"><col style="width: 91px;"><col style="width: 136px;"><col style="width: 105px;"><col style="width: 130px;"><col style="width: 125px;"><col style="width: 110px;"><col style="width: 48px;"></colgroup><tbody>
</tbody>

Spreadsheet Formulas
CellFormula
B12=SUMPRODUCT(--($C$2:$C$9<$G$2:$G$9))+SUMPRODUCT(--($G$2:$G$9=""),--<span>($C$2:$C$9<today<span style="color: rgb(0, 0, 255);">()</today),--($C$2:$C$9<>""))
B13=SUMPRODUCT(--($C$2:$C$9<$G$2:$G$9),--(TODAY()-$G$2:$G$9<=14))+SUMPRODUCT(--($G$2:$G$9=""),--(TODAY()-$C$2:$C$9<=14),--(TODAY()-$C$2:$C$9>0))
B14=SUMPRODUCT(--($C$2:$C$9<$G$2:$G$9),--(TODAY()-$G$2:$G$9<=30))+SUMPRODUCT(--($G$2:$G$9=""),--(TODAY()-$C$2:$C$9<=30),--(TODAY()-$C$2:$C$9>0))

<tbody>
</tbody>

<tbody>
</tbody>


Excel tables to the web >> Excel Jeanie HTML 4

Thank you, yet again, that worked perfectly!
 
Upvote 0

Forum statistics

Threads
1,215,219
Messages
6,123,687
Members
449,117
Latest member
Aaagu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top