+ Reply to Thread
Results 1 to 9 of 9

calculation of non utilisation fees for numerous bank accounts

  1. #1
    Registered User
    Join Date
    07-30-2010
    Location
    Edinburgh
    MS-Off Ver
    Excel 2003
    Posts
    4

    Cool calculation of non utilisation fees for numerous bank accounts

    Evening guys,

    I am looking for a solution to an excel problem I have. I think a macro is required and although I have bought Excel VBA programming for dummies I haven't got round to getting through it in enough detail to solve my problem.

    Basically I want to calculate a non-utilisation fee for a bank account (i.e. if i have a loan for £100 - but i only withdray £75, I pay a fee on the remaining £25). Sounds simple enough but I have a lot of accounts and want to calculate this fee on a daily basis for a specified period based on the following inputs:

    Account number - e.g 12345678
    Account Limit - e.g £100 in example above
    Fee - percentage that is charged i.e. 1% per annum
    Dates - e.g 1/1/10 to 31/3/10

    Now this data needs to pick up the account number (in column B of another worksheet) then scan along the daily balances to pick up the dates (added complication is that balances will only be available for workind days) and the appropriate balance in the rows. It then needs to calculate the applicable non utilisation fee for each day and sum this total for the specified dates above.

    If anyone could help me with this I would be very grateful, I always thought I was a good on excel but when it came to this problem I was stumped and feel that a macro is required which is definetly not my strong point!!

    If anyone needs more information please let me know and all replies are much appreciated.

    Fonzie

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: calculation of non utilisation fees for numerous bank accounts

    Hello Fonzie,

    Welcome to the Forum!

    It would help to see a sample workbook to be able to follow your post and also create a custom solution. Before you post a workbook, if you have any sensitive information, actual names names, account numbers, etc., please change this information to protect the individual's privacy.
    Sincerely,
    Leith Ross

    Remember To Do the Following....

    1. Use code tags. Place [CODE] before the first line of code and [/CODE] after the last line of code.
    2. Thank those who have helped you by clicking the Star below the post.
    3. Please mark your post [SOLVED] if it has been answered satisfactorily.


    Old Scottish Proverb...
    Luathaid gu deanamh maille! (Rushing causes delays!)

  3. #3
    Forum Expert
    Join Date
    03-31-2009
    Location
    Barstow, Ca
    MS-Off Ver
    Excel 2002 & 2007
    Posts
    2,164

    Re: calculation of non utilisation fees for numerous bank accounts

    Hi fonzie;

    I agree with Leith, we need to see how your workbook is set up. What columns are holding what data, and a small example of the "Before" and "After" the computation would really help.
    Foxguy

    Remember to mark your questions [Solved] and rate the answer(s)
    Forum Rules are Here

  4. #4
    Registered User
    Join Date
    07-30-2010
    Location
    Edinburgh
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: calculation of non utilisation fees for numerous bank accounts

    Thanks for the response guys.

    I have attached a basic template. I am not sure how the weekday element will work (i.e. sat and sun are not included in the dates but should still be charged interest) but can crosss that bridge when we come to it.

    Let me know if you need any further information.

    Fonzie
    Attached Files Attached Files

  5. #5
    Forum Expert
    Join Date
    03-31-2009
    Location
    Barstow, Ca
    MS-Off Ver
    Excel 2002 & 2007
    Posts
    2,164

    Re: calculation of non utilisation fees for numerous bank accounts

    Hi fonzie;

    Here's a file that does it without macros. I colored all the cells that I added. I also named some ranges for use in the formulas.

    I'm not sure that this is what you want. My guess is that you want to be able to see the total fees for every Account Number right along side the Account Number on the Data sheet.
    Or maybe under the amount withdrawn on the Data sheet.

    Let me know if you want a UDF() written to accomplish one of these.

  6. #6
    Registered User
    Join Date
    07-30-2010
    Location
    Edinburgh
    MS-Off Ver
    Excel 2003
    Posts
    4

    Thumbs up Re: calculation of non utilisation fees for numerous bank accounts

    thanks foxguy,

    Your contributions are much appreciated and it looks like it works.

    I will look into it more when i am at home tonight, however is it possible to amend dates on the sheet so that I could work out what the quarterly fee would be (or any fee between 2 dates)? That is quite important.

    I was also wondering how the fee would work on a Monday - as it would have to charge 3 days interest. However I am sure the formula could be amended to subtract the dates and divide by days in year to ensure that interest is calculated for the full year.

    Thanks again for your help and like i say i will have a proper look when i am at home

  7. #7
    Forum Expert
    Join Date
    03-31-2009
    Location
    Barstow, Ca
    MS-Off Ver
    Excel 2002 & 2007
    Posts
    2,164

    Re: calculation of non utilisation fees for numerous bank accounts

    Hi fonzie;

    My setup took into account weekends. It calculated each day that there was an unused balance regardless of what day it was. All it cares about is whether it is between the 2 dates.

  8. #8
    Registered User
    Join Date
    07-30-2010
    Location
    Edinburgh
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: calculation of non utilisation fees for numerous bank accounts

    Thanks foxguy - i have had a chance to have a good look at it and i'm very impressed. There are on or two tweaks which I would like your help with if you are able to help me again.

    The weekend formula works - i see the N/A covers the weekend however the interest still needs to be calculated for the weekend (on the balance on the friday). I tried to amend the formula to pick up the previous days balance if the cell shows NA, however this then calculates the fee for the periods post the specified dates as these are N/A also! Is there anyway round this?

    I think i would be best to populate the limit and the fee %age in the data sheet also to fully automate the process. However using what you have provided I am sure I could add this in.

    Thanks again for your help and any input around the weekend calculations would be great.

  9. #9
    Forum Expert
    Join Date
    03-31-2009
    Location
    Barstow, Ca
    MS-Off Ver
    Excel 2002 & 2007
    Posts
    2,164

    Re: calculation of non utilisation fees for numerous bank accounts

    fonzie;

    One of us it not understanding the other. If you notice in row 36, there are 7 days of fees. That includes the weekend. If you change the date in D10 to 8/11/10, you will see that it calculates 10 different fees. And adds them all together.

    You can just copy the formula in rows 30:36 all the way to the edge of the sheet in order to cover longer periods.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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