Reputation: 3505
How do I return TRUE if and only if every cell in two columns matches with one another?
For example, let's say I have this data:
This should return FALSE because the the data in row 7 do not match.
this should return TRUE because every row in the two columns have the same values.
I would really appreciate your help!!!
Upvotes: 0
Views: 196