Hi there,
<colgroup><col span="2"><col span="2"></colgroup><tbody>
</tbody>
The above is an example of the data I'm working with, I want to match the action of whatever Bob enters in Database1 with what he puts into Database2. His actions are recorded with a number ID. If Bob implements mismatching data, such as the bold text above, I want that highlighted.
Originally, I use to do a vlookup with this data which worked out great but now I have duplicate number IDs. I hear that index match is a great option, but I'm not really familiar with that function.
What would you guys suggest?
Number ID From Database1 | Number ID From Database2 | What Bob Entered in Database1 | What Bob Entered in Database2 |
12345 | 12345 | Owns a Car | Owns a Car |
12345 | 12345 | Owns a Boat | Owns a Boat |
23456 | 23456 | Owns a Computer | Owns a Computer |
23456 | 23456 | Owns a Cup | Owns a Boat |
<colgroup><col span="2"><col span="2"></colgroup><tbody>
</tbody>
The above is an example of the data I'm working with, I want to match the action of whatever Bob enters in Database1 with what he puts into Database2. His actions are recorded with a number ID. If Bob implements mismatching data, such as the bold text above, I want that highlighted.
Originally, I use to do a vlookup with this data which worked out great but now I have duplicate number IDs. I hear that index match is a great option, but I'm not really familiar with that function.
What would you guys suggest?