+ Reply to Thread
Results 1 to 10 of 10

SUMPRODUCT update formula needed.

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    10-17-2007
    Location
    Midlands, UK
    MS-Off Ver
    2003
    Posts
    149

    SUMPRODUCT update formula needed.

    hi guys!!!

    I have a SUMPRODUCT formula on the attached sheet which is setup to total payments outstanding Dependant on month over due (top sheet), i would like to change this so it totals up days over due (bottom sheet).....

    Hope it makes sense and someone can help??

    Thanks...
    Attached Files Attached Files
    Last edited by Frazzfreeman; 11-03-2010 at 03:16 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: SUMPRODUCT update formula needed.

    Try these in A65:D65

    =SUMIF(B46:B47,"<"&$E$8-90,E46:E47)

    =SUMIF(B46:B47,">="&$E$8-90,E46:E47)-C65

    =SUMIF(B46:B47,">="&$E$8-60,E46:E47)-D65

    =SUMIF(B46:B47,">="&$E$8-30,E46:E47)
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Contributor
    Join Date
    10-17-2007
    Location
    Midlands, UK
    MS-Off Ver
    2003
    Posts
    149

    Re: SUMPRODUCT update formula needed.

    Thanks for the response...

    That seems to be what i am after but i have changed the date format in E8 and now it will not work. Cant find the correct date format...... So annoying!!

    Thanks for your help!!
    Attached Files Attached Files

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: SUMPRODUCT update formula needed.

    You spelled November wrong

  5. #5
    Forum Contributor
    Join Date
    10-17-2007
    Location
    Midlands, UK
    MS-Off Ver
    2003
    Posts
    149

    Re: SUMPRODUCT update formula needed.

    Ha ha, what a nooob!!

    Cheers for your help, much appreciated!!

  6. #6
    Forum Contributor
    Join Date
    10-17-2007
    Location
    Midlands, UK
    MS-Off Ver
    2003
    Posts
    149

    Re: SUMPRODUCT update formula needed.

    Thought i had this sorted but the 61-90 days doesn't not seem to function correctly and i cant for the life of me see why???

    Please help...
    Attached Files Attached Files

  7. #7
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: SUMPRODUCT update formula needed.

    Maybe to be safer use formula in C38:

    =SUMIF(C16:C31,">="&$F$11-90,F16:F31)-SUMIF(C16:C31,">"&$F$11-60,F16:F31)

    and in D38:

    =SUMIF(C16:C31,">="&$F$11-60,F16:F31)-SUMIF(C16:C31,">"&$F$11-30,F16:F31)

    leave the others as are.

  8. #8
    Forum Contributor
    Join Date
    10-17-2007
    Location
    Midlands, UK
    MS-Off Ver
    2003
    Posts
    149

    Re: SUMPRODUCT update formula needed.

    That appears to work... Any idea's why the other formula seemed to be conflicting???

  9. #9
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: SUMPRODUCT update formula needed.

    Because I think I should have subtracted the Sum of the previous 2 results...

    i.e. =SUMIF(C16:C31,">="&$F$11-90,F16:F31)-SUM(D38:E38)

  10. #10
    Forum Contributor
    Join Date
    10-17-2007
    Location
    Midlands, UK
    MS-Off Ver
    2003
    Posts
    149

    Re: SUMPRODUCT update formula needed.

    OK, thanks for all your help!!!!!!!

+ 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