+ Reply to Thread
Results 1 to 7 of 7

How to calculate amount of debt remaining over time

  1. #1
    Registered User
    Join Date
    11-27-2017
    Location
    Surrey, England
    MS-Off Ver
    Office 365
    Posts
    65

    How to calculate amount of debt remaining over time

    Hi guys,

    Apologies for the confusing title, I just wasn't sure how to ask my question without explaining the scenario.

    Lets say my company was going to fund another company an amount each week (a different amount), and this company would pay me back exactly 1 month after for 1/11th of the amount I funded, and the month after that another 11th etc until they had finished paying it all back 11 months later.

    E.g. week 1 £500,
    1 month later they would pay back £45.45, and exactly a month after that they would pay back another £45.45 etc.

    The problem I am having is that there is a new amount each week and I need to produce a graph which shows my 'exposure' at different times during the year. AKA if I have funded £1m and only been paid back 400k, my exposure = 600k.

    I have attached some sample data to show an amount for each week. I'm more looking to see if anyone knows of any formula(s) that could automatically show me my exposure for each date of the year or if I will need to do it manually?

    Thank you!
    Izzie
    Attached Files Attached Files
    Last edited by Izzii0x; 12-18-2018 at 08:06 AM.

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,054

    Re: How to...???? (Not sure how to word question)

    maybe this in C2, copied down:

    =SUM($B$2:$B$53)-SUM($B$2:B2)
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: How to calculate amount of debt remaining over time

    Maybe this:
    It reflects how much has been paid over time, each month, starting in E2
    Please Login or Register  to view this content.
    Click the * to say thanks.

  4. #4
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: How to calculate amount of debt remaining over time

    Try below formula
    =SUMPRODUCT((MONTH(A2:A53)-1)*B2:B53)/11
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  5. #5
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: How to calculate amount of debt remaining over time

    I think you need to show what you would like as the final answer, I am not clear what dates you pay back the money. is it the same day of the following month? If so how do you treat the money lent on the 31st of March, when does it get repaid

    The table or chart you wish to have is it in weeks or days?

  6. #6
    Registered User
    Join Date
    11-27-2017
    Location
    Surrey, England
    MS-Off Ver
    Office 365
    Posts
    65

    Re: How to calculate amount of debt remaining over time

    Quote Originally Posted by samba_ravi View Post
    Try below formula
    =SUMPRODUCT((MONTH(A2:A53)-1)*B2:B53)/11
    So that would be the final result, yes, but I need to show over time (e.g. January has an exposure of x but by the end of February it is y). This is a very useful formula to know though, thanks so much!

    Quote Originally Posted by davsth View Post
    I think you need to show what you would like as the final answer, I am not clear what dates you pay back the money. is it the same day of the following month? If so how do you treat the money lent on the 31st of March, when does it get repaid

    The table or chart you wish to have is it in weeks or days?
    So in that example, 31st of March would be repaid a month later, so 30th April an 11th of whatever was paid on 31st of March would be paid back.

    The problem lies where there are many different transactions across the year, so multiple paying back as well as lending more money to take into account. I think I may have solved it manually on excel, but it is still worth seeing if there was an easier way to do it, if anyone happens to know of one.

    How I did it manually was to use the table from the first post, do =EDATE(A2,1) to add a month, then followed that formula down the column to see which month the first 11th would be paid back in. I then did =EDATE(C2,1) to add a month to that date.. and so on. Until I had 24 columns, a column of dates followed by the column of how much was paid back (but all *-1 as to see the overall variance). I then put this into 2 columns, date + money in/out, then created a new column called exposure and did a running sum of the money in/out.
    Last edited by Izzii0x; 12-18-2018 at 09:03 AM.

  7. #7
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: How to calculate amount of debt remaining over time

    I would have done similar to yourself, see attached
    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. A question about Word
    By raphiduani in forum Word Formatting & General
    Replies: 4
    Last Post: 09-11-2013, 02:46 PM
  2. Excel Question I can't word
    By Hybred in forum Excel General
    Replies: 4
    Last Post: 10-01-2010, 03:27 AM
  3. Question about MS word programming
    By shanew in forum Word Programming / VBA / Macros
    Replies: 0
    Last Post: 02-27-2009, 02:56 AM
  4. Capitalizing first word question....
    By jdwilliams1 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-14-2006, 05:58 PM
  5. Question about Word export to excel?
    By Mr BT in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-16-2006, 01:25 PM
  6. MS Word question
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-05-2006, 07:15 AM
  7. OT: Word VBA question
    By John Coleman in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-14-2005, 03:05 PM
  8. word wrap question
    By anantathaker in forum Excel General
    Replies: 1
    Last Post: 06-23-2005, 01:05 AM

Tags for this Thread

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