compare columns in 2 different workbooks

daveturner80

New Member
Joined
May 11, 2011
Messages
18
I have two(2) workbooks and would like to compare a column in one workbook and see if there is a difference in the same column in the other workbook.
The workbooks are called Pointsystem2011.xls and Pointsystem2011.xlsm and the sheet name is Print and the column I want to compare is column L.
Thanks,
Dave
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
You could just use conditional formatting to highlight any differences. So for one workbook, insert conditional formatting, manage rules, new rule, use a formula to determine rule, with the condition

"=$L1<>[Pointsystem2011.xls]Print!$L1"

Then use format painter and use on the rest of column L. You can format the cell background orange for example. then any value that is different will be highlighted orange
 
Upvote 0
So I can just use this formula in my pointsystem2011.xls and it will look in the other workbook and return what it finds?
Do both workbooks have to be opened?
If it finds any differences can it put it into the print sheet in workbook pointsystem2011.xls in say column m?
 
Upvote 0

Forum statistics

Threads
1,224,548
Messages
6,179,453
Members
452,915
Latest member
hannnahheileen

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