Hi everyone, I'm new here so let me briefly introduce myself.
One of my recurring tasks is month-end account reconciliations for six different general ledger accounts. Several transactions go through each account, but I only have to reconcile the specific transactions related to six business units. Each account is a ton of data, and I'm really lazy. The easiest but most time consuming part is locating the numbers that DO match. Once I do that, I can analyze the ones that don't match and actually start to make some progress.
The files:
I have two files that I put together in one workbook as seperate sheets. Lets call the workbook "SAP & PBG Detail." The two sheets inside the workbook are as follows:
What I want:
Is there a VBA code that will find the amounts on each table that are perfect opposites of each other (in other words, that are identical in amount but opposite in terms of positive/negative value), and then highlight them for me?
If anyone needs more detail/clarification, please let me know. I will try to be as clear as possible. Thank you all for your help.
- I graduated college a few months ago
- I work in the accounting dept. of a large company
- I am a novice level VBA user. I can understand about 20% of the code I have looked at and know how to use maybe 5% of it.
One of my recurring tasks is month-end account reconciliations for six different general ledger accounts. Several transactions go through each account, but I only have to reconcile the specific transactions related to six business units. Each account is a ton of data, and I'm really lazy. The easiest but most time consuming part is locating the numbers that DO match. Once I do that, I can analyze the ones that don't match and actually start to make some progress.
The files:
I have two files that I put together in one workbook as seperate sheets. Lets call the workbook "SAP & PBG Detail." The two sheets inside the workbook are as follows:
- "SAP_Month_Detail" - the general ledger account's list of transactions that I export from our SAP software. All transaction amounts are displayed as a list in one column. For example, all transaction amounts can be found on "N2:N101"
- "PBG_Detail" - a table of transaction amounts that i get from the business group. This table displays the transaction amounts per week. So there are rows for each week and transaction amounts are listed in that row under seperate columns. Essentially what I'm saying is that all the transaction amounts are located in different rows and columns. They are (for whatever reason) not listed with dates. As an example, all transaction amounts can be found on "F2:M35"
What I want:
Is there a VBA code that will find the amounts on each table that are perfect opposites of each other (in other words, that are identical in amount but opposite in terms of positive/negative value), and then highlight them for me?
If anyone needs more detail/clarification, please let me know. I will try to be as clear as possible. Thank you all for your help.