+ Reply to Thread
Results 1 to 10 of 10

Calculate total dollar amount the is past the past due date

  1. #1
    Registered User
    Join Date
    11-12-2012
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    3

    Calculate total dollar amount the is past the past due date

    Hi,

    I have a spreadsheet that calculates, days past due, dollar amount past due and current dollar amount, I would now like to make a column at the bottom with dollar amount that is 60 90 120. The terms are net 45 so the past due dates are calculated from the invoice due date i would like to be able to see what the dollar amount is for 60 90 120

    Thank You
    Barb
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Calculate total dollar amount the is past the past due date

    For 60, do you want 60-89, then for 90, 90-119, then >=120?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    11-12-2012
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Calculate total dollar amount the is past the past due date

    My boss wants to know what amount is due that is 60 days past the due day and so forth like at the bottom of my spread sheet, i have them all total what is total due. thank you

  4. #4
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Calculate total dollar amount the is past the past due date

    I used pivot table for that.

    See the attached file.
    Attached Files Attached Files
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  5. #5
    Valued Forum Contributor
    Join Date
    05-08-2012
    Location
    Georgia, USA
    MS-Off Ver
    Excel 2003, 2010
    Posts
    811

    Re: Calculate total dollar amount the is past the past due date

    If you don't mind helper columns, here is my take.

    Notes:
    - I used helper columns and changed the print area so they would not be printed out.
    - I changed the formula to allow you to change B3(today's date) to test different days.
    - I made sure credits (negative amounts) were not included in past due amounts

    BTW: Look at your formulas, you can't have a credit as past due. This will throw you data off
    Attached Files Attached Files
    Last edited by K m; 11-12-2012 at 04:28 PM.
    Click on star (*) below if this helps

  6. #6
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Calculate total dollar amount the is past the past due date

    How about these three formulas?

    =SUMIFS($B$6:$B$373,$C$6:$C$373, ">"&TODAY()-90, $C$6:$C$373, "<="& TODAY()- 60)

    =SUMIFS($B$6:$B$373,$C$6:$C$373, ">"&TODAY()-120, $C$6:$C$373, "<="& TODAY()- 90)

    =SUMIF($C$6:$C$373, "<="&TODAY()-120, $B$6:$B$373)

  7. #7
    Registered User
    Join Date
    11-12-2012
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Calculate total dollar amount the is past the past due date

    it looks great how did you change the credits so they are not included. will B3 still automatically change when i open it up each day?

    thank you this is great.. My boss is still having a hard time and i am trying to make it as user friendly and with as much detail as possible.. the purpose of this is so he know how much is past 45 days.. he does not understand 0-30 30-60 he think if it is in 0-30 then it is just 30days at the most he does not understand that the invoice is 45 days and what is in the 0-30 is already past 45 days.. do you feel this explains that

  8. #8
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Calculate total dollar amount the is past the past due date

    Maybe this one?

    Change the data in H1 t/m I5 for other options.
    Attached Files Attached Files

  9. #9
    Valued Forum Contributor
    Join Date
    05-08-2012
    Location
    Georgia, USA
    MS-Off Ver
    Excel 2003, 2010
    Posts
    811

    Re: Calculate total dollar amount the is past the past due date

    Yes, the formulas are based on B3 which you set as Today's Date. Try adding say 90 or 150 days to B3 and see how the data changes.
    =====================
    As I mentioned, you have credit (negative data) as past due - which can't happen
    ===============
    My formula looks at the data and zeros out credits.
    =======================
    Also, my formulas assume if the amounts are 70 days past due they belong in the 60-90 column not on both >60days and 60-90 days columns. Hope this makes sense.

    ======================================
    I relooked at your data. When you indicate that an invoice is 66 days past due, it is really 66+45 days past the invoice date. I need to reexamine the formulas
    Last edited by K m; 11-12-2012 at 05:01 PM.

  10. #10
    Valued Forum Contributor
    Join Date
    05-08-2012
    Location
    Georgia, USA
    MS-Off Ver
    Excel 2003, 2010
    Posts
    811

    Re: Calculate total dollar amount the is past the past due date

    I relooked at your data and modified it accordingly. The formula now reflects your intention (I think).

    What you are trying to do is confusing. You should figure the information based on the invoice date not invoice date plus 45 days. I have redone the workbook and your formulas.

    How do you get a negative invoice and how can it be past due. The workbook I developed ignores negative numbers. Is that what you intended?

    Kirk
    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)

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