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

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
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,227
Messages
6,170,848
Members
452,361
Latest member
d3ad3y3

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