Compare two columns
- see if there are mismatched values (most of them are correct, want to check inconsistency)
- see if there are matched values (only want to find a limited amount of similar values)
Merge two sheets based on the same key/column
=INDEX(input column, MATCH(reference key, keys of input column, 0))
No comments:
Post a Comment