+ Reply to Thread
Results 1 to 4 of 4

Help with formula for accumulative payments due by calendar month

  1. #1
    Registered User
    Join Date
    02-28-2015
    Location
    Southampton England
    MS-Off Ver
    2013
    Posts
    2

    Help with formula for accumulative payments due by calendar month

    Hi I have attached the work sheet I am working on what I would like to be able to do is use a formula that automatically adds the new months mooring fees to the total owing (D) from the first of the month.
    I would also like to know is there a way I can make more than one payment in a cell say for example Customer test 2 pays £250 for Jan moorings on 2/01/15 then pays another £250 on the 10/01/15 how could I split the cell horizontally so that all the calculations still work? Can I divide the cells some how between F2 and H2 to allow for mutiple payments?

    Really appreciate any help!
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    02-28-2015
    Location
    Tennessee, USA
    MS-Off Ver
    2010
    Posts
    25

    Re: Help with formula for accumulative payments due by calendar month

    The easiest way I could think of doing this would be to track payments separately, so you would have a sheet for payments and another to track the overall/monthly status of the accounts. I needed to add a helper cell at the top (highlighted yellow) with the months' number equivalent but you could hide that row in the finished product. Also, with this solution you would have to be careful of entering the customer name so it matches exactly, I was having trouble with the formula at first because customer 1 had a space after the 1 which was throwing off the sumproduct function (this could be negated somewhat with more in-depth formulas using trim). If this isn't what you were looking for, let me know and I can try to readjust.
    Attached Files Attached Files

  3. #3
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,452

    Re: Help with formula for accumulative payments due by calendar month

    Essentially,you can use SUMIF to sum automatically columns with titles contain "moorings" like this:

    In D2:

    =SUMIF($E$1:$BZ$1,"*"&"moorings"&"*",$E2:$BZ2)
    Quang PT

  4. #4
    Registered User
    Join Date
    02-28-2015
    Location
    Southampton England
    MS-Off Ver
    2013
    Posts
    2

    Re: Help with formula for accumulative payments due by calendar month

    Thank you for your help

+ 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. [SOLVED] Formula to return End OF Month date with non-calendar month lengths.
    By Snoddas in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 05-09-2014, 08:45 AM
  2. [SOLVED] Calendar Formula- Date given/add 90 days/ defult - 1st day next month
    By Gower Girl in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-24-2013, 06:21 PM
  3. [SOLVED] Calendar Formula 1st Day of Month, 2nd Wed, Last Day of Month
    By Wskip49 in forum Excel General
    Replies: 6
    Last Post: 06-30-2012, 10:01 PM
  4. [SOLVED] Formula to Relist Ranges by Month Opening instead of Calendar Month
    By investmentbanker in forum Excel General
    Replies: 3
    Last Post: 05-18-2012, 01:33 PM
  5. [SOLVED] is there a formula to generate a calendar month date rather than .
    By lmurray in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-21-2005, 12:06 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