I have 2 excel workbook. The first workbook have only 1 sheet while the other workbook contains a few sheets. Instead of having to manually search the value in the second worksheet base on the first, is there a way to compare and highlight differences?
Have tried Conditional Formatting with =A1<>Sheet2!A1
but it highlighted the whole column even though there should be matching values probably due to different arrangement of values.
Please refer to simplified example below. I need to highlight the values in Workbook B that could not be found in Workbook A
-Update-
Example
Excel workbook A:
Sheet 1
- B27
- 124
- A25
- 126
- 127
- A23
- B24
- 125
- A26
- 123
- B23
- A24
- B25
- B26
- A27
- C123
- D789
- AAZX
- ABCD
Excel workbook B:
Sheet 1
- 123
- 124
- 125
- 126
- 127
- N123
Sheet 2
- A23
- A24
- A25
- A26
- A27
- N456
Sheet 3
- B23
- B24
- B25
- B26
- B27
- N789