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

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.

Weazel

Well-known Member
Joined
Dec 24, 2011
Messages
3,155
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,195,936
Messages
6,012,394
Members
441,695
Latest member
MickRobertson

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
Top