• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Bank Recon using Excel

Shabbo

Member
Dear sir,

Attached file has got bank book and ledger I want to lookup in bank file amount in front of Ref # but I dont wan to apply vlookup for Debit and Credit sapratly I want combined lookup or any other formula which will give me result as mentioned in Bank statement G column.

Please advice.
 

Attachments

Hi Shabbo -

Use the below in G2 and drag it down...change the ranges as per your requirement

SUMPRODUCT((Ledger!$F$2:$G$10)*(Ledger!$E$2:$E$10=$D2))
 
Back
Top