Find and copy rows in one excel file that are not in another file

wishes123

New Member
Joined
Jun 20, 2012
Messages
4
Hi,

I have two excel files, the first is 'Old_tenders' and the second is 'New_tenders'. Both contain the same columns about tenders, however, New_tenders includes new rows that are not included in Old_tenders, I need to find these new rows and put them in Sheet 2 of the New_tenders file.
The column I'm thinking to use is A, which has the title 'RFP Title', it has alphanumeric values.

Could any one help me in creating a function or a macro to execute this,

Thanks in Advance,
wishes
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Thank you for the feedback, i mean of 'Compare' that Sheet1!A1=Sheet2!A1 :) Btw I'm glad you solved your issue yourself.
 
Upvote 0
Actually you have provided the magical word for search 'Compare' which guided me to the solution :)
Now I have this case, for tenders with their deadline extended, they will be found in both files with the same RFP name, this means I won't find them by searching on the name alone, I need to copy the deadline column and run the conditional formatting again using a combined rule between the name and the deadline (name shall be equal and deadline is different), My problem is that I don't know how to get the date for the matching records and compare them, any suggestions?
 
Upvote 0

Forum statistics

Threads
1,223,246
Messages
6,170,988
Members
452,373
Latest member
TimReeks

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