Return "yes" "no" awhile comparing dates in different columns

AS12Excel

New Member
Joined
Feb 16, 2018
Messages
7
Hello, I need help on finding the best way to analyze when a vendor is delayed on providing services. I have worked on this for the past 2 days with AND and IF formulas but cannot get anywhere. Here is an example. I have couple items delayed and 1 in progress (3rd line). Thanks in advance! My table has about 500 lines and this is just a sample.

Service Due Date by the customerService Completion Date (Vendor) IS the vendor Delayed?
1/26/181/30/18
1/26/181/20/18
2/20/181/0/00
2/16/182/16/18
2/10/182/14/18
 
How about this minor edit:
Code:
<today()),and(b2>=IF(OR(AND(B2=0,A2 < TODAY()[COLOR=#ff0000],A2<>0[/COLOR]),AND(B2>A2,B2<>0)),"Yes","No")</today()),and(b2>
 
Upvote 0

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
How about this minor edit:
Code:
<today()),and(b2>=IF(OR(AND(B2=0,A2 < TODAY()[COLOR=#ff0000],A2<>0[/COLOR]),AND(B2>A2,B2<>0)),"Yes","No")</today()),and(b2>

BIG THANK YOU! I actually learned the logic and will apply in the future in similar cases! I'm looking for Advanced Excel lessons as well. I'll check the website offers. Have a great day!
 
Upvote 0
You are welcome!
Glad I was able to help.
 
Upvote 0

Forum statistics

Threads
1,215,278
Messages
6,124,023
Members
449,139
Latest member
sramesh1024

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