I'm trying to compare two dates in a Table to count the number of on time delivery of External requests. To accomplish this, my idea was to simply compare each record and count the number of times the Due Date > Date Sent. In theory, this should tell me if the deliverable was sent before the due date thus establishing on-time delivery.
I will attach a sample spreadsheet to explain further, but the formula I am trying to use is:
=COUNTIFS(Table1[Int VS Ext],"External",Table1[Date Sent],"<"&Table1[Due Date])
However, this formula is not giving expected results. I'm guessing I am just missing something simple.
Any advice or help is much appreciated.
Thanks.
--
Matt
I will attach a sample spreadsheet to explain further, but the formula I am trying to use is:
=COUNTIFS(Table1[Int VS Ext],"External",Table1[Date Sent],"<"&Table1[Due Date])
However, this formula is not giving expected results. I'm guessing I am just missing something simple.
Any advice or help is much appreciated.
Thanks.
--
Matt