+ Reply to Thread
Results 1 to 4 of 4

NEED HELP! SUMIFS function

  1. #1
    Registered User
    Join Date
    04-14-2012
    Location
    Paris, France
    MS-Off Ver
    Excel 2010
    Posts
    25

    NEED HELP! SUMIFS function

    Hello All,

    This is my first post as member. I'm in need of your help to figure out how to do something.

    Example.xlsx

    Attached you will find an example workbook with two tabs: tab 1 is a cash-flow statement and tab 2 is an invoice log. The goal is to write a function to sum the amounts of the invoices, based on the date of their maturities, and to place the totals under the correct month in the cash-flow statement.

    So if you would look under the cash-flow tab, I've been able to write a SUMIFS function (highlighted in yellow) that would sum all the matured invoices under the same month (between the first and last day of each month). But what I'm not able to do is to separate these amounts per project (as you can see highlighted in yellow, the amounts are the total amounts matured in a given month). How can I write a SUMIFS function to sum invoice amounts (that belong to the same project) between two dates?

    Maybe I'm missing something? Or maybe I'm not doing something right? Any help will be appreciated!

    Thanks

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,408

    Re: NEED HELP! SUMIFS function

    I think what you need is this in I12:

    =SUMIFS(INVOICES!$C$7:$C$11,INVOICES!$D$7:$D$11,$A12,INVOICES!$J$7:$J$11,">="&(I$4),INVOICES!$J$7:$J$11,"<="&I$5)

    Then copy across and down.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    04-14-2012
    Location
    Paris, France
    MS-Off Ver
    Excel 2010
    Posts
    25

    Re: NEED HELP! SUMIFS function

    Great! Thank you so much!

  4. #4
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,366

    Re: NEED HELP! SUMIFS function

    Based on your last post it seems that you are satisfied with the solution(s) you've received but you haven't marked your thread as "SOLVED".
    For the meantime I'll do it for you.

    How?
    New quick method:
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

    Or you can use this way:

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save

    Note:
    You can also thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given.
    By doing so you can add to the reputation(s) of those who helped and shared their time in helping you.
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

+ 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