Geshwinn
New Member
- Joined
- Nov 4, 2010
- Messages
- 24
Hi guys,
I have another project ahead of me and need to write some macros to automate it.
I have two sheets with LOTS of rows and columns. The data in both sheets is about same items but taken from different sources. My job is to compare if there are any differences.
I am thinking of comparing data(the first sheet is the primary one) and if data doesn't match to color the text for the corresponding attribute in sheet1.
Example Sheet1
Items Date Country
apples 13-Mar Germany
pears 18-Apr Norway
melons 12-Jan China
strawberries 7-Feb Nigeria
Example Sheet2
Items Date Country
apples 13-Mar Germany
strawberries 21-May Nigeria
melons 12-Jan Japan
pears 18-Apr Norway
The thing is that the items names are not ordered in the same way as you can see.
What would be the most elegant way to do that?
P.S. I have more than 15 reports with 2000+ rows and I wouldn't like doing all that manually
I have another project ahead of me and need to write some macros to automate it.
I have two sheets with LOTS of rows and columns. The data in both sheets is about same items but taken from different sources. My job is to compare if there are any differences.
I am thinking of comparing data(the first sheet is the primary one) and if data doesn't match to color the text for the corresponding attribute in sheet1.
Example Sheet1
Items Date Country
apples 13-Mar Germany
pears 18-Apr Norway
melons 12-Jan China
strawberries 7-Feb Nigeria
Example Sheet2
Items Date Country
apples 13-Mar Germany
strawberries 21-May Nigeria
melons 12-Jan Japan
pears 18-Apr Norway
The thing is that the items names are not ordered in the same way as you can see.
What would be the most elegant way to do that?
P.S. I have more than 15 reports with 2000+ rows and I wouldn't like doing all that manually