Need formula to say "Late" or "On time" if qty entered by end of Each Month

LLOCKSLEY

New Member
Joined
Sep 23, 2015
Messages
2
Hi Friends,

I needed a formula to add on to a column , if the product shipped Complete on the same month it should say "On time" if not "Late" if nothing has shipped and still has not passed October then it should be saying "0"


October ORDER OCT SHIPPEDLATE /ON TIME
100100On time
10030Late

<tbody>
</tbody>

Need a formula if nothing shipped UNTIL 10/31/2015 then it should show late , if a Qty Ship matches Order Qty should say on time if it less than Qty it should say Late.

Any help would be great.

Thank you in advance
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
try


Excel 2012
ABC
1October ORDEROCT SHIPPEDLATE /ON TIME
2100100On time
310030Late
Sheet1
Cell Formulas
RangeFormula
C2=IF(B2=0,0,IF(B2))
 
Upvote 0
try

Excel 2012
ABC
1October ORDEROCT SHIPPEDLATE /ON TIME
2100100On time
310030Late

<colgroup><col style="width: 25pxpx"><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet1

Worksheet Formulas
CellFormula
C2=IF(B2=0,0,IF(B2<A2,"Late","On time"))

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>

Thank you so much Alan, much appreciated, but is it possible if the date October30 is passed and moves to next month and there is no shipment entry made, can it be shown "Late" , or do I need to create another Column for the same.

Please advise
 
Upvote 0
you're welcome.
not clear of your last question, would you give an example as what needed?
 
Upvote 0

Forum statistics

Threads
1,215,212
Messages
6,123,649
Members
449,111
Latest member
ghennedy

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