How can I formulate a reconciliation?

  • Thread starter Thread starter Gorilla Show
  • Start date Start date
G

Gorilla Show

I am trying to wrap my head around doing account reconciliations more
effectively. The source data has been exported from an accounting program.
Now, I need a quick way of producing a formula that will assist in the
matching process.
 
You need to be little more specific about what you your goal is and what
you are trying to achieve,
Regards,
Alan.
 
My first question is why doesn't the accounting software do the
reconciliation. That would be much more efficient.

However, if the only choice is to do it in Excel, you will need to sum the
outstanding checks and deposits, then deduct this from the register balance.
This should give you the bank balance.

First, create a column where it can be indicated whether the transaction has
cleared the bank (like 'R'). Then your bank balance formula is:

=RegisterBalance + Sumif (checks not 'r') - sumif(deposits not 'r')

Hope this helps,
Fred.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top