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.
<tbody>
</tbody>
Thank you for your assistance.
A | B | C | |
1 | Due Date | Date Completed | |
2 | 8/1/2014 | 7/25/2014 | |
3 | 8/1/2014 | ||
4 | 8/1/2014 | 7/28/2014 | |
5 | 8/1/2014 | ||
6 | 10/1/2014 |
<tbody>
</tbody>
Thank you for your assistance.