I have exported CSV files from a Development SQL Server and another from Production.
The table (in the database) has two columns
- UserID
- DocumentID
both of these should be unique values.
When those two combinations are combined, I want to be able to confirm that they match the other environment.
I've so far imported both CSV files into separate Excel worksheets. I'm not sure what to do next in order to compare these columns.
I looked up a few things on Google, but I'm not sure how to proceed because there are so many various types of replies.
I can only use conditional formatting if I choose a single column. I need both columns combined, please.