COUNTIF formula problems. Excel 2010

impschocok

New Member
Joined
May 2, 2013
Messages
6
I am trying to write a formula that will count the number of due dates older than TODAY() so long as the corresponding cell in Column B is blank (not completed). So in the table below considering a today date of 9/5/2014, my formula should return 2. I have tried several COUNTIFS formulas but just cant get it to work.

ABC
1Due DateDate Completed
28/1/20147/25/2014
38/1/2014
48/1/20147/28/2014
58/1/2014
610/1/2014

<tbody>
</tbody>


Thank you for your assistance.
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
maybe...

Excel 2012
ABCD
1Due DateDate CompletedCount
28/1/20147/25/20142
38/1/2014
48/1/20147/28/2014
58/1/2014
610/1/2014

<tbody>
</tbody>
Sheet2

Worksheet Formulas
CellFormula
D2=COUNTIFS(A2:A6,"<"&TODAY(),B2:B6,"")

<tbody>
</tbody>

<tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,214,987
Messages
6,122,614
Members
449,090
Latest member
vivek chauhan

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