+ Reply to Thread
Results 1 to 4 of 4

Sum all negative/positive amounts if maturity date is less/more than twelve months

  1. #1
    Registered User
    Join Date
    12-06-2018
    Location
    Germany
    MS-Off Ver
    2013
    Posts
    12

    Sum all negative/positive amounts if maturity date is less/more than twelve months

    Hi all,

    could someone may help.

    I need to sum up amounts in an excel sheet which are positive and long term(maturity more than 12 months)

    This one is not giving a value.

    =+IF(DATEDIF('M2M'!$A$1,'TX Ledger'!$G:$G,"y")>=1,SUM('TX Ledger'!J:J>0))

    Could someone please help?

    Thanks

  2. #2
    Forum Expert dosydos's Avatar
    Join Date
    12-09-2015
    Location
    Massachusetts
    MS-Off Ver
    365(PC) V:2308
    Posts
    1,472

    Re: Sum all negative/positive amounts if maturity date is less/more than twelve months

    Could you please provide an example worksheet with your data desensitized for us to use?

  3. #3
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Sum all negative/positive amounts if maturity date is less/more than twelve months

    Hello and welcome to the forum.

    Assuming that today's date is in cell A1 of the 'M2M' worksheet, your dates are in column G of the 'TX Ledger' worksheet and that the amounts are in column J of the 'TX Ledger' worksheet, try this:

    =SUMIFS('TX Ledger'!J:J,'TX Ledger'!J:J,">0",'TX Ledger'!G:G,">"&EDATE(M2M!A1,12))

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Sum all negative/positive amounts if maturity date is less/more than twelve months

    You marked this as SOLVED so I am guessing that the formula from post #3 solved your problem.

    You're welcome.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Copy down a formula twelve months then adjust for the next twelve
    By her.rockstar in forum Excel General
    Replies: 10
    Last Post: 03-23-2018, 11:54 AM
  2. [SOLVED] matching positive/negative amounts and highlighted them
    By Jocote46 in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 04-08-2015, 11:15 AM
  3. [SOLVED] Filter and copy negative and positive amounts with rows to 2 other sheets
    By abjac in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 10-20-2014, 10:34 AM
  4. Replies: 6
    Last Post: 02-03-2014, 05:57 PM
  5. Custom date filter for next twelve months from a specific date
    By andymcnichol in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-11-2013, 07:24 PM
  6. Convert negative to positive in sheet containing both positive/negative numbers
    By sa02000 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-29-2010, 07:52 PM
  7. [SOLVED] allocating between positive and negative amounts
    By THosier in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-07-2005, 10:06 PM

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