+ Reply to Thread
Results 1 to 6 of 6

Match Date (Column A) and add all value (Column D) for that date, return one value

  1. #1
    Registered User
    Join Date
    03-21-2013
    Location
    New Zealand
    MS-Off Ver
    Excel 2010
    Posts
    3

    Question Match Date (Column A) and add all value (Column D) for that date, return one value

    I have an FX Banking Worksheet, that I would like to add a match formula. Need to look at Column B (Due Date) and then go to Column (H) NZD Amount to Pay, add up all amounts due for say the 15/04/2013 and return one value to pay in formula column.

    Thank you
    Britte
    Attached Files Attached Files

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,463

    Re: Match Date (Column A) and add all value (Column D) for that date, return one value

    Have you tried SUMIF?
    =SUMIF(B:B,I1,H:H)
    With I1 to say given date.
    Quang PT

  3. #3
    Registered User
    Join Date
    03-21-2013
    Location
    New Zealand
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Match Date (Column A) and add all value (Column D) for that date, return one value

    Quote Originally Posted by bebo021999 View Post
    Have you tried SUMIF?
    =SUMIF(B:B,I1,H:H)
    With I1 to say given date.

    Hi, Yes but then it only returns value in column H example 17/03/2013, will return $2,807.38. I want it to find all the values matching 17/03/2013 from A1:H137 and return 1xvalue for 17/03/2013. Then next date and next date. So banking can be calculated and added to cashflow for payment on this due date. Britte

  4. #4
    Registered User
    Join Date
    03-21-2013
    Location
    New Zealand
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Match Date (Column A) and add all value (Column D) for that date, return one value

    Happy that it is now working, had 1 x column going wrong when dragging formula. Picked up error when double checking and now added $$ to keep formula in tact. Thank you for your help. This was great.

  5. #5
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,463

    Re: Match Date (Column A) and add all value (Column D) for that date, return one value

    Quote Originally Posted by Britte View Post
    I want it to find all the values matching 17/03/2013 from A1:H137 and return 1xvalue for 17/03/2013. Then next date and next date. So banking can be calculated and added to cashflow for payment on this due date. Britte
    Do you mean searching A and B column both for that date?
    For ex:
    16/1/2013 - 17/03/2013 - $ 2800
    17/03/2013 - 19/05/2013 - $ 1200
    will returns & 4000?

  6. #6
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,463

    Re: Match Date (Column A) and add all value (Column D) for that date, return one value

    Nice to hear it works. Wellcome to the forum.

+ 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