+ Reply to Thread
Results 1 to 4 of 4

Thread: Formula for quarterly charges

  1. #1
    Registered User
    Join Date
    12-09-2011
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    18

    Formula for quarterly charges

    Hi

    I'm trying to come up with a formula for fee's charged on a quarterly basis.

    The fee is £1 per million nominal per quarter (charged at the end of March, June, Sept, Dec).

    For example, if I have a nominal of £3,250,000 then I will be charged £1 per quarter.
    I also need to reference the date in, so if the £3,000,000 nominal has an effective date of 18th May 2011, I will be charged £9 (£3 in Jun, Sep and Dec)

    I'm currently using

    =FLOOR(H3530,1000000)/1000000*DAYS360(C3530,(DATE(2011,12,31)))/90

    H3530 is the nominal and C3530 is the date but the result I'm getting is 7 rather than 9.

    Any help would be great.

    Thank you

  2. #2
    Registered User
    Join Date
    12-09-2011
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    18

    Re: Formula for quarterly charges

    Any idea's?

  3. #3
    Valued Forum Contributor
    Join Date
    09-20-2011
    Location
    England
    MS-Off Ver
    Excel 2007
    Posts
    239

    Re: Formula for quarterly charges

    Hello
    I'm not 100% sure that I've got what you want but for what it's worth would the following formula work?

    =(4-(CEILING(MONTH(C3530)/3,1))+1)*FLOOR(H3530,1000000)/1000000
    Sorry if it's rubbish but I had a go.

    DBY
    Last edited by DBY; 02-11-2012 at 09:03 AM. Reason: Inserted Code Tags

  4. #4
    Valued Forum Contributor scottylad2's Avatar
    Join Date
    09-03-2010
    Location
    edinburgh
    MS-Off Ver
    Office 2007 Prof & Office 2010 Student Edition
    Posts
    617

    Re: Formula for quarterly charges

    Think this will do as you need
    Attached Files Attached Files
    Windows 7 using Office 2007 & 2010

    Remember your [ code ] [ /code ] tags, makes reading soooo much easier

+ 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.2.0