Workbook Inconsistency Check

DrRock

Board Regular
Joined
Dec 2, 2009
Messages
54
I have two individuals entering data from my research into two separate workbooks. What is the best way to check for inconsistencies between the books. I.E., I would like to know which cells have been entered incorrectly.

Thank you
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
what would be inconsistent, and without a third reference, which would be wrong. Potentially, the two files can be imported by a master and then checked to see which cells didn't match, then obviously you have to get them identified and rectified
 
Upvote 0
The third reference is a handwritten sheet the two aides are entering data from. I thought if I could see the cells that differed, I could go to the sheet and determine which is correct.
 
Upvote 0
you can simply do an If statement like :

=IF([book1]sheet1!A1=A1,"","Inconsistent")

you would obviously need to modify formula with the actual references.

I hope this helps.
 
Upvote 0
Thank you for the reply. I thought of using if statements coupled with some conditional formatting to identify the errors. The problem is that we have dozens of columns of data across about 30 sheets, which would require 30Xdozens of if statements. It is certainly doable, and better than manually checking, but it is less than ideal.

This is my current solution unless anyone can think of anything better.

Thanks again!
 
Upvote 0

Forum statistics

Threads
1,224,602
Messages
6,179,848
Members
452,948
Latest member
UsmanAli786

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