+ Reply to Thread
Results 1 to 6 of 6

Sum that changes based on "paid date" and "paid amount"

  1. #1
    Registered User
    Join Date
    07-26-2008
    Location
    Lexington, Ky
    Posts
    12

    Sum that changes based on "paid date" and "paid amount"

    bills.xlsx

    this worksheet is helping me manage my money (eventually), but I am having trouble with a formula. I want the cell highlighted in yellow to show me the total left to be paid in the month.

    I might be adding to this worksheet a table of days i get paid and how much, but i haven't decided how to implement it yet.

    Criticism and suggestions are welcome.

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

    Re: Sum that changes based on "paid date" and "paid amount"

    Hello
    try sumifs

    =SUMIFS(B2:J2,B4:J4,">="&TODAY())
    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

  3. #3
    Registered User
    Join Date
    07-26-2008
    Location
    Lexington, Ky
    Posts
    12

    Re: Sum that changes based on "paid date" and "paid amount"

    Do you have any suggestions on how i should implement the days I get paid and how much?
    Last edited by savage; 06-01-2012 at 08:50 PM.

  4. #4
    Registered User
    Join Date
    07-26-2008
    Location
    Lexington, Ky
    Posts
    12

    Re: Sum that changes based on "paid date" and "paid amount"

    Quote Originally Posted by vlady View Post
    Hello
    try sumifs

    =SUMIFS(B2:J2,B4:J4,">="&TODAY())
    This seems to be adding even if the bill hasn't been paid yet.
    example: i added it to the next section and it shows $10 even though its not the 29th yet.

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

    Re: Sum that changes based on "paid date" and "paid amount"

    Oopps sorry that's supposed to be less than and equal <= not greater than and equal.

  6. #6
    Forum Expert RobertMika's Avatar
    Join Date
    06-22-2009
    Location
    Haverhill, UK
    MS-Off Ver
    Excel 2003-13
    Posts
    1,530

    Re: Sum that changes based on "paid date" and "paid amount"

    SUMIF will be suffiecient and work for all Excel version
    =SUMIF(B4:J4,"<="&TODAY(),B2:J2)

+ 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