+ Reply to Thread
Results 1 to 3 of 3

Sum total for same month and auto arrangement.

  1. #1
    Registered User
    Join Date
    06-24-2013
    Location
    Malaysia
    MS-Off Ver
    Excel 2010
    Posts
    40

    Sum total for same month and auto arrangement.

    Hi all,

    I need some help on my excel formula, please find attachment for my sample.

    1. A1 is the month of record show.
    2. I will lock my table Monthly purchase (K3:AA35) and Payment (K41:AA57)
    3. Daily In/Out is for my whole year record.

    My problem is:
    a) i need some improvement for my Payment - Total (L42:L56), which formula to sum total for the month (Example: A1 = Jun-15 then will total up all the Jun purchase).
    b) since i will lock up my payment table, i need some formula to automatic look up for all the negative (paid) as N42:Z56.

    sorry for my English and please let me know if you dont understand. Thank you.
    Attached Files Attached Files
    Last edited by elricsia; 06-25-2015 at 05:23 AM.

  2. #2
    Registered User
    Join Date
    06-24-2013
    Location
    Malaysia
    MS-Off Ver
    Excel 2010
    Posts
    40

    Re: Sum total for same month and auto arrangement.

    Any one can help me? I have totally no idea how to settle it.

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,245

    Re: Sum total for same month and auto arrangement.

    Try for June purchase in L42

    =SUMPRODUCT(--(MONTH(Table1[Column1])=MONTH($A$1))*(Table1[Company]=$K42)*(Table1[Amount]>0)*Table1[Amount])

    I you want monthly sum of negatives ...

    =SUMPRODUCT(--(MONTH(Table1[Column1])=MONTH($A$1))*(Table1[Company]=$K42)*(Table1[Amount]<0)*Table1[Amount])

+ 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. Replies: 3
    Last Post: 07-16-2014, 02:53 PM
  2. Auto total for every month
    By omsh14 in forum Excel General
    Replies: 7
    Last Post: 03-31-2014, 05:50 AM
  3. [SOLVED] Auto instert Month names for This month, Last month and Next month
    By hemal89 in forum Word Programming / VBA / Macros
    Replies: 4
    Last Post: 12-10-2013, 12:01 PM
  4. [SOLVED] Auto populate cells from data in a 6 month range starting with the current month
    By ecarnley349 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-21-2012, 07:32 PM
  5. [SOLVED] Can anyone please advise how to auto-rearrange rows of data, based on desired arrangement?
    By richardlimka in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-21-2012, 09:26 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