+ Reply to Thread
Results 1 to 8 of 8

Billing Statement Due Date amount Calculation

Hybrid View

  1. #1
    Registered User
    Join Date
    10-13-2009
    Location
    Puerto Rico
    MS-Off Ver
    Excel 2003
    Posts
    5

    Unhappy Billing Statement Due Date amount Calculation

    Hi:

    This is my first post. I already try different formulas to calculate the due date amounts for a Statements.

    I need a formula to calculate the amounts of the due dates from 1 to 30 days, 31 to 60 days, 61 to 90 days and 91 days up. All the due dates are base on the date of the statement.

    I attached a sample file.

    I will apprecite any help.

    Regards,
    Attached Files Attached Files

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

    Re: Billing Statement Due Date amount Calculation

    I would use SUMPRODUCT. For example for 1-30 days
    =SUMPRODUCT($F$6:$F$26,--(TODAY()-$B$6:$B$26>0),--(TODAY()-$B$6:$B$26<31))
    For Over 90 Days it simplifies to
    =SUMPRODUCT($F$6:$F$26,--(TODAY()-$B$6:$B$26>90))
    Does that work for you?
    Last edited by ChemistB; 10-13-2009 at 04:22 PM.
    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
    10-13-2009
    Location
    Puerto Rico
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Billing Statement Due Date amount Calculation

    I try that, but don't work I received Value# error.

    I was thinking of using a Sumif, but I try different formulas and any of them work.

  4. #4
    Registered User
    Join Date
    10-13-2009
    Location
    Puerto Rico
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Billing Statement Due Date amount Calculation

    Any help with this issue. I try the formulas but don't work. Any recomendation.

  5. #5
    Registered User
    Join Date
    10-13-2009
    Location
    Puerto Rico
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Billing Statement Due Date amount Calculation

    I try again and the error that i Received is that the formula is volatile.

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

    Re: Billing Statement Due Date amount Calculation

    Sorry, not clear exactly what you are trying to do... here's what my formulas did; Summed the value in Col F on every date that was 1-30, 31-60,etc. I'm thinking this isn't what you want as that is amount paid and thus not past due. Can you state exactly what Excel should be looking at and summing and I will adjust the formulas.

    Attached is your workbook with my formulas in them. They do not give an error message.
    Attached Files Attached Files
    Last edited by ChemistB; 10-14-2009 at 10:23 AM.

  7. #7
    Registered User
    Join Date
    10-13-2009
    Location
    Puerto Rico
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Billing Statement Due Date amount Calculation

    I just want to sum the amount by his past due state (current, 1to30, 31, 60,etc..).

    I work out a solution, but I think there should be a more simplify way. I just create and If on hidden cells that return 0, 30, 60, 90, 91 (this is for over 90 formula =IF(AND($A15<>0,$G$2-$A15>90),91)). Then on the cell of the past due totals use a SUMIF if by the value 30,60,90,91( this is over 90 total =SUMIF(L15:L48,91,$F15:$F48).

    Regards,
    Last edited by melvinaury; 10-14-2009 at 01:38 PM.

+ 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