VBA - Match Checks to Bank

dustindupalo

New Member
Joined
Dec 26, 2013
Messages
1
Hello,

I am trying to match checks that hit the bank to checks in our accounting system by using the dollar amounts using a macro.
I need it to:
-Copy columns 1-10 in Sheet1 (Bank) and past it into Sheet3 corresponding columns.
-It should do a lookup to the "Debit Amt" from Sheet2 (Accounting system), returning the first 5 columns to Sheet3 columns 13-17. (only if the dollar amounts match)
-It should skip the ones if the dollar amounts don't match.

Bank Columns

As-Of DateIBANBAI Type CodeTran DescDebit AmtCredit AmtCustomer Ref NoLocationBank ReferenceDescriptive Text 1

<tbody>
</tbody>

Accounting System Columns

Invoice #Cust #CustomerDateAmt

<tbody>
</tbody>


If this is not do-able, any suggestions would be appreciated! I have seen other possibilities, but this seems like the best solution for me.
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Hello,

I am trying to match checks that hit the bank to checks in our accounting system by using the dollar amounts using a macro.
I need it to:
-Copy columns 1-10 in Sheet1 (Bank) and past it into Sheet3 corresponding columns.
-It should do a lookup to the "Debit Amt" from Sheet2 (Accounting system), returning the first 5 columns to Sheet3 columns 13-17. (only if the dollar amounts match)
-It should skip the ones if the dollar amounts don't match.

Bank Columns

As-Of DateIBANBAI Type CodeTran DescDebit AmtCredit AmtCustomer Ref NoLocationBank ReferenceDescriptive Text 1

<tbody>
</tbody>

Accounting System Columns

Invoice #Cust #CustomerDateAmt

<tbody>
</tbody>


If this is not do-able, any suggestions would be appreciated! I have seen other possibilities, but this seems like the best solution for me.




Actually i am not expert in VBA but i would like use the formula to get this done ..

As i can see u wanted to merge two sheets column in Sheet3.

so her is the formula.
1st add column to create the Unique ID in both the sheet and then is us the vlookup in sheet 3 by finding lookup_value with Unique ID.


If you still getting the problem then u can call me on 9967006510- Sarfaraz
 
Upvote 0

Forum statistics

Threads
1,215,514
Messages
6,125,273
Members
449,220
Latest member
Excel Master

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top