VBA Help required to speed up the code

Hi Oeldere,

if you are asking number of days into each row, then row count would be 8 -9 lakh rows.

without splitting date ranges 1-2 lakh.

Reagrds,
motherindia
 
Upvote 0

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Hi Kalak,
Thanks a ton for providing piece of codes. It works at amazing speed.
Your code check for the exact match of start date and end date against each id. However I want to compare each day between date ranges from sheet1 with date range of sheet2 and provide only mismatch on 3rd Sheet.

In my example given above ;
Sheet1 for E# 9820559

9820559 21-Aug-15 22-Aug-15 1.50 NW
In Sheet2 for E# 9820559

9820559 21-Aug-15 21-Aug-15 1.00 NW

Here the mis match is only for 22nd Aug and for half day and 21st Aug is matching in both sheet.
Hence the result should be;

9820559 22-Aug-15 22-Aug-15 0.5 Not in Shee2 and not like below;

9820559 21-Aug-15 21-Aug-15 1 NW not in sheet1
9820559 21-Aug-15 22-Aug-15 1.5 NW Not in sheet2







Regards,
motherindia.
 
Upvote 0

Forum statistics

Threads
1,223,926
Messages
6,175,429
Members
452,641
Latest member
Arcaila

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