angeloudaki
New Member
- Joined
- Jul 7, 2015
- Messages
- 46
I have tried
but this only looks at two cells at a time.
does not work.
Ideally I would like Excel to check for differences between two tables row by row and highlight them. If not then at least return True/False for a range. I have a lot of data to sift through! I have searched online and again no luck. I also tried 'GoTo special' but it picked up cells which matched too. It seemed a completely random result.
Code:
=$A1<>$B1
Code:
=$A1:A5<>$B1:B5
Ideally I would like Excel to check for differences between two tables row by row and highlight them. If not then at least return True/False for a range. I have a lot of data to sift through! I have searched online and again no luck. I also tried 'GoTo special' but it picked up cells which matched too. It seemed a completely random result.