I prepare quarterly reports and need to pick up any new accounts but also need to report accounts that were lost. Each account has a unique account number and all info about the account is in one row. For instance:
Sheet - 1Q
Branch Act # Name Rate Code
1 321 John Doe 6
Sheet - 2Q
1 321 Joh Doe 5
I want a VB Code that will compare 1Q and 2Q pick up this row and show it is now rated a 5 instead of 6 in a new sheet named consolidation. BUT if any accounts are new 2Q I need to pick them up OR if any have dropped off and are not on the 2Q I need pick them up.
Is this possible? I use VB but can only do simple procedures.
Any help is greatly appreciated!
Sheet - 1Q
Branch Act # Name Rate Code
1 321 John Doe 6
Sheet - 2Q
1 321 Joh Doe 5
I want a VB Code that will compare 1Q and 2Q pick up this row and show it is now rated a 5 instead of 6 in a new sheet named consolidation. BUT if any accounts are new 2Q I need to pick them up OR if any have dropped off and are not on the 2Q I need pick them up.
Is this possible? I use VB but can only do simple procedures.
Any help is greatly appreciated!