Count Expired Dates

Mcook13

New Member
Joined
May 14, 2019
Messages
43
I am trying to count how many dates have expired in a range of cells.

I have in column Q cells with due dates for the customer's orders.

In column R I have the dates of when their order will ship.

I want to count how many dates are past the customer's due date.

The formula I currently have is =COUNTIF(R10:R130,">="&Q10:Q130), but returns a 0 value and I can't figure out how to write it.

Can anyone help?
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Don't you just want the difference?

6/1/20196/5/20194
6/12/20196/12/20190
6/15/20196/16/20191

<colgroup><col span="3"></colgroup><tbody>
</tbody>

Which is R10-Q10, etc.
 
Upvote 0
No. I'm looking to count the total number of orders whose dates will be ship after the customer's requested order due date.

I can format that to display in a percentage.
 
Upvote 0

Forum statistics

Threads
1,214,652
Messages
6,120,746
Members
448,989
Latest member
mariah3

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