Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How to reconcile a a floorplan account between books and statement

Please give me advice on how to efficiently reconcile my floorpan account
that is composed of a few hundred stock #s and corresponding $ amount. I
know how
to download the books (stock# and $ amount) and the statement (stock # and $
amount). However, there are numerous reconciling items (on stmt, not on bks &
on bks, not on stmt). Is there a quick way to match all the like stock #s ?
Right now
I sort the books by stock # and the statement by stock# and subtract the two
stock# columns from each other. This still takes a long time.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How to reconcile a a floorplan account between books and statement


Have a look at this file.

5119


+-------------------------------------------------------------------+
|Filename: ReconcileBooks.zip |
|Download: http://www.excelforum.com/attachment.php?postid=5119 |
+-------------------------------------------------------------------+

--
Excelenator


------------------------------------------------------------------------
Excelenator's Profile: http://www.excelforum.com/member.php...o&userid=36768
View this thread: http://www.excelforum.com/showthread...hreadid=565775

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How to reconcile a a floorplan account between books and statement


you know that file I posted earlier? Forget it there is a MUCH easier
way to do this.

Put the two sets of data in a workbook on separate worksheets. Name
the Book Stock# range (column A?) BookStockNo and in the Statement Name
the Statement Stock# range (column A also?) StmtStockNo. Then go to the
Book worksheet, highlight all the data and insert conditional formatting
where the formulas are

Book worksheet
=COUNTIF(StmtStockNo,A1)=0

Statement worksheet
=COUNTIF(BookStockNo,A1)=0

Basically each sheet will check the other for the stock numbers and
when they are NOT found your conditional formatting will be applied to
that row of data. IF you chose to bold the font and yellow highlight
the cells you will EASILY see which items are ON the Statement and NOT
on the BOOKS and vice versa!

Much less work.


--
Excelenator


------------------------------------------------------------------------
Excelenator's Profile: http://www.excelforum.com/member.php...o&userid=36768
View this thread: http://www.excelforum.com/showthread...hreadid=565775

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel Template 9 - Statement of Account Bridget Excel Discussion (Misc queries) 0 February 23rd 10 10:54 PM
Reconcile Bank statement & Credit card statement & accounting data Bklynhyc Excel Worksheet Functions 0 October 7th 09 09:07 PM
how to creatre dinamic statement of account yandel Excel Discussion (Misc queries) 1 November 2nd 06 09:01 PM
reconcile two months statement? achilles Excel Discussion (Misc queries) 0 March 17th 06 03:47 AM
Statement of Account Lou Excel Worksheet Functions 4 December 18th 05 05:08 AM


All times are GMT +1. The time now is 08:37 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"