+ Reply to Thread
Results 1 to 13 of 13

automation of accounts workbook

  1. #1
    Registered User
    Join Date
    01-30-2011
    Location
    dubai
    MS-Off Ver
    Excel 2010
    Posts
    15

    automation of accounts workbook

    Hi all
    I need help in creating a workbook for my checking account. From this account I issue post dated checks to my suppliers. The procedure I want is to enter the checks data in one main sheet “chq book”. And I want excel to create month sheet automatically according to the date of the checks and the detail of the checks to be copied to the month sheet automatically. And when the due date comes I will reconcile the checks from the month sheet. And when I reconcile the check in the month sheet then the detail of the check should automatically be copied to the last empty row of the sheet “main account”. Because the deposits will also go to the “main account” sheet.
    The main requirements are as follows
    1. A new sheet should be created automatically according to the due date of the check. And if I enter more checks in the same month they should automatically go to that sheet. And when I enter more and more checks they should be sorted date wise.
    2. When a check is issued in a new month then the new month sheet should be created automatically.
    3. If I edit or delete any data from the main sheet “chq book” the data in the corresponding month sheet should be updated automatically.
    4. When I reconcile a check the data of the check should be copied to the last empty row of the “main account” sheet.
    5. I need the same formatting as it is in the sample sheet.


    Any help will be appreciated.

    Please Login or Register  to view this content.
    Attached Files Attached Files

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,425

    Re: automation of accounts workbook

    FWIW, I don't see the value in the proposed design. What do you achieve by copying (or moving) cheques from one worksheet to another, which will need creating? A sheet name that only includes the month will fall flat on its face at the change of a year. And the Main Account summary will be more or less a replica of the original Chq Book worksheet.

    You might as well just have all the data on one worksheet. You can use SUM to give you a total of the committed funds, that is, cheques written. And you can use SUMIF, SUMIFS or SUMPRODUCT to give you a total of the cheques that have been cashed. And, if you add the reconciled column to the Chq Book sheet, you can use SUMIF to give you a total of the reconciled cheques.

    If you convert the data to a Structured Table (Insert | Table), you can sort and filter on any column. So, you can look at reconciled cheques, outstanding cheques, cheques by month, or by supplier.

    You can use Conditional Formatting to highlight specific conditions ... maybe overdue, or not reconciled, or whatever.

    And you can analyse the data using Pivot Tables and Charts.

    No automation necessary. No VBA code ... that you may not understand, giving you a dependency on someone else, etc.

    Your choice but, me, I'd go for the simple option using the built in capabilities of Excel.

    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Registered User
    Join Date
    01-30-2011
    Location
    dubai
    MS-Off Ver
    Excel 2010
    Posts
    15

    Re: automation of accounts workbook

    thank you Mr. TMS for your response.

    I posted the question for help. its not dependency on others.

    the automation may not seem necessary for you but it is for me.

    any ways thanks a lot.

  4. #4
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: automation of accounts workbook

    I agree completely with TMS.

    The use of what is built into Excel will automate the calculations without complicated formulae and/or macros. There is no need to separate the months and a good reason not to because as time passes, the number of worksheets will be overwhelming.

    Take a look at this revised Main Account worksheet in your workbook. It stands alone and does not take data from the other worksheets. It also has a Pivot table to generate a report by month.
    Attached Files Attached Files
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  5. #5
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,425

    Re: automation of accounts workbook

    the automation may not seem necessary for you but it is for me.
    I was naively assuming that you were looking to make your life easier and the process more efficient. That does not necessarily involve automation using VBA.

    But hey, what do I know? I think Newdoverman's sample workbook is very similar to what I had in mind.

    Good luck.

  6. #6
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: automation of accounts workbook

    @TMS I have the same opinion as you and I tried to put your description into a visual presentation just to show that nothing complicated has to be done. I think that the Keep It Simple principle is the best route here.

  7. #7
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,425

    Re: automation of accounts workbook

    This is what I had in mind. I haven't added a Pivot Table as newdoverman has demonstrated that adequately.

    Anyway, your choice

    Regards, TMS
    Attached Files Attached Files

  8. #8
    Registered User
    Join Date
    01-30-2011
    Location
    dubai
    MS-Off Ver
    Excel 2010
    Posts
    15

    Re: automation of accounts workbook

    Thank you both TMS and Newdoverman for the explanation.
    I think I have used wrong wording to describe my need (automation).
    any ways I thank both of you from my heart.

    as I have very little basic knowledge about excel and you people have lots of knowledge about excel. and you can do the job many different ways. And I Thought to solve the problem this way but you people moved me in correct direction.

    before this I had no idea about the pivot table.
    but now I got the idea and I think this is the best and simple solution for my problem.

    once more thanks a lot for the help.

  9. #9
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,425

    Re: automation of accounts workbook

    You're welcome. Thanks for the rep.

  10. #10
    Registered User
    Join Date
    01-30-2011
    Location
    dubai
    MS-Off Ver
    Excel 2010
    Posts
    15

    Re: automation of accounts workbook

    @TMS
    @newdoverman

    I feel some difficulty in this way. I hope you will understand.

    this solution will work for the current dated checks. but if the check is due after 60 days then what will be the scenario?

  11. #11
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,425

    Re: automation of accounts workbook

    Have a look at the updated example.

    Regards, TMS
    Attached Files Attached Files

  12. #12
    Registered User
    Join Date
    01-30-2011
    Location
    dubai
    MS-Off Ver
    Excel 2010
    Posts
    15

    Re: automation of accounts workbook

    @TMS

    thank you for the response

    but you are not getting my point.

    the main point is that I want to keep the detail of the post dated checks and on other sheet I want to keep track of my current account also.

    in your example I can keep track of all the checks. and from this example I understood that there is no need to create so many sheets for separate months.

    but in my sample workbook I also created a second main sheet named (main account) in which I keep track of the deposits also. and what was my point that when a check is cleared the following should be the procedure.

    when I reconcile the check from the checks sheet its data be copied to the last empty row of the accounts sheet . so that beside keeping track of the checks I can keep track of my bank account also

    hope you understood what I wanted.

    thanks again

  13. #13
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,425

    Re: automation of accounts workbook

    The attached updated sample workbook will copy an entry from the Chq worksheet to the Main Account worksheet when the Reconciled flag is set to "a" (which will show as a tick)

    It uses a Worksheet Change event handler on the Chq worksheet. You will need to enable macros when you open this workbook.

    Regards, TMS
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 6
    Last Post: 04-16-2015, 01:45 PM
  2. Please help, intricate subtotal for main accounts with many sub accounts!!
    By mitch_bossard in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-24-2013, 05:17 PM
  3. Workbook automation for values
    By knoja31 in forum Excel General
    Replies: 2
    Last Post: 09-20-2012, 11:08 AM
  4. VBA with PivotTable Count of Accounts - Want to show Sum of Accounts
    By snake10 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-19-2008, 07:27 AM
  5. Workbook automation
    By shaneh in forum Excel General
    Replies: 1
    Last Post: 07-08-2005, 05:05 PM
  6. [SOLVED] Insert module into workbook via automation?
    By deko in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-07-2005, 04:10 PM
  7. Failure to open workbook via automation
    By VanS in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-04-2005, 06:07 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1