A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How to reconcile (tally items) in two sheets of an excel workbook.



 
 
Thread Tools Display Modes
  #1  
Old August 31st, 2004, 05:21 PM
Reconciliation
external usenet poster
 
Posts: n/a
Default How to reconcile (tally items) in two sheets of an excel workbook.

I do accounts reconciliation , matching ledger and passbook items ... Does
anyone know how it could be done efficiently in excel rather than manually
ticking the items in both sheets .

  #2  
Old August 31st, 2004, 06:48 PM
mzehr
external usenet poster
 
Posts: n/a
Default

Hi.
One of our monthly reconciliations involves tracking all
cleared and outstanding checks, where we process thousands
at a time, and the process sounds like it may be similar
to your situation. We download a detailed list of all
checks (incl check number and amount) from our GL and
paste that in a worksheet with a range name Chart1 and
sort that by check number.
Then in another range we call Chart2 we download the
cleared check number and amount from the bank statement
where is is sorted.
Then we insert the following formula into a helper column
=IF(ISERR(VLOOKUP(E1,CHART2,2)),0,VLOOKUP(E1,CHART 2,2))
which looks up the check number and returns the associated
$ amount for which the check cleared.
We then have a formula that calculates any variance
between what we posted the check for and what the bank
cleared it for, as they will not always be the same.
One additional check that we use is a match function that
we insert beside chart2 to ensure that there are no checks
clearing the bank, that are not listed either on our
outstanding checks log, or on the checks we posted in the
current month (both included in Chart1).

You can tell at a glance which items are out of balance,
or have not yet cleared. Bank rec now takes a matter of
seconds instead of days.

HTH

-----Original Message-----
I do accounts reconciliation , matching ledger and

passbook items ... Does
anyone know how it could be done efficiently in excel

rather than manually
ticking the items in both sheets .

.

  #3  
Old September 30th, 2004, 12:35 PM
Reconciliation
external usenet poster
 
Posts: n/a
Default

Dear Sir,

What you said about the reconciliation, mine is exactly the same . But
unfortuantely I couldn't do wat you have explained. I will be very greatful
if you could send an excel file with dummy figures and explaining the steps.
Coz even after several tries I'm not able to accomplish the said method.

Kindly elaborate on it . and if possible send me a detailed msg on
, probably with an excel file.

Kind Regards

Md Ali

"mzehr" wrote:

Hi.
One of our monthly reconciliations involves tracking all
cleared and outstanding checks, where we process thousands
at a time, and the process sounds like it may be similar
to your situation. We download a detailed list of all
checks (incl check number and amount) from our GL and
paste that in a worksheet with a range name Chart1 and
sort that by check number.
Then in another range we call Chart2 we download the
cleared check number and amount from the bank statement
where is is sorted.
Then we insert the following formula into a helper column
=IF(ISERR(VLOOKUP(E1,CHART2,2)),0,VLOOKUP(E1,CHART 2,2))
which looks up the check number and returns the associated
$ amount for which the check cleared.
We then have a formula that calculates any variance
between what we posted the check for and what the bank
cleared it for, as they will not always be the same.
One additional check that we use is a match function that
we insert beside chart2 to ensure that there are no checks
clearing the bank, that are not listed either on our
outstanding checks log, or on the checks we posted in the
current month (both included in Chart1).

You can tell at a glance which items are out of balance,
or have not yet cleared. Bank rec now takes a matter of
seconds instead of days.

HTH

-----Original Message-----
I do accounts reconciliation , matching ledger and

passbook items ... Does
anyone know how it could be done efficiently in excel

rather than manually
ticking the items in both sheets .

.


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel Worksheets Richard General Discussion 2 July 8th, 2004 04:34 AM
Macro help please: Excel data to word doc anna-maria General Discussion 5 June 30th, 2004 11:53 PM
Summing excel spread sheets Jim Knaggs Worksheet Functions 2 June 24th, 2004 01:05 AM
Printing entire Excel workbook Jim Worksheet Functions 1 April 23rd, 2004 07:50 PM
SAP to Excel download - opens two work sheets instead of one Mathi Setting up and Configuration 1 January 2nd, 2004 09:47 PM


All times are GMT +1. The time now is 05:02 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.