kevs1 -
The formula would be useful to check to see which cells are same on the two
worksheets. So, it would be used to do a cell-by-cell comparison.
On the third worksheet, you would enter the formula in cell A1, using
references to cells A1 on the other two worksheets. Then, on the third
worksheet, you would copy the formula from A1 to all other cells that you
wanted to check.
So, you would be comparing A1 with A1, D5 with D5, C17 with C17, etc. The
formula would not check to see if the contents of A1 on one worksheet
existed at some other location on the other worksheet.
Of course, you could change the formula to be
=IF([Book1]Sheet1!A1=[Book2]Sheet1!A1,"Heads","Tails")
If you construct the formula, you could "point" to the A1 cells on the other
two worksheets. In the example, one A1 cell is on worksheet Sheet1 of
workbook Book1, and the other A1 cell is on Sheet1 of Book2.
- Mike
Sorry MIke, I can't make head or tails of what that means.
kevs1 -
You use the term "cross reference," but for what you describe I would say
"compare."
A Google search for "Excel compare worksheets" yields many results.
One method (1999, Chris Nelson & Jim Rech) is to use a third worksheet to
mark differences by entering
=IF([Book1]Sheet1!A1=[Book2]Sheet1!A1,"","X")
- Mike Middleton
http://www.DecisionToolworks.com
Decision Analysis Add-ins for Excel