Need a suggestion for an fx

MikeyZ

Well-known Member
Joined
Mar 14, 2002
Messages
553
I have dates in Col F and G.
In F1 I need to arrive at a number showing which ones are on time
and in F2 I need a count on how many are late.
Col F4:F1000 is the ship date from the customer
Col G4:G1000 is the required due date.
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Hi, something like this maybe?


Excel 2013/2016
EFG
1On Time:1
2Late:2
3Ship DateDue Date
401-Jan-1701-Jan-17
501-Jan-1702-Jan-17
631-Dec-1601-Jan-17
Sheet2
Cell Formulas
RangeFormula
F1=SUMPRODUCT(--($F$4:$F$1000>=$G$4:$G$1000),--ISNUMBER($F$4:$F$1000))
F2=SUMPRODUCT(--($F$4:$F$1000<$G$4:$G$1000),--ISNUMBER($F$4:$F$1000))
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,284
Members
452,630
Latest member
OdubiYouth

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