Results 1 to 8 of 8

sumproduct multiple daily transactions by date and month

Threaded View

  1. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: sumproduct multiple daily transactions by date and month

    If as you say the file is big avoid using Sumproduct / Arrays in any volume as your file will grind to a halt.

    Given you're using 2007 you should wherever possible make use of SUMIFS function over Sumproduct (though not backwards compatible with earlier versions) -- this is significantly more efficient, eg:

    C8:
    =SUMIFS($K$8:$K$510,$J$8:$J$510,">="&$B8,$J$8:$J$510,"<"&EDATE($B8,1))
    copy down
    (uses EDATE which is available by default in XL2007)

    I'm sure you can establish the formulae for weekly totals...

    Alternatively why not combine the results and use one Pivot Table ?
    (see attached - 07 format)

    EDIT: I see you say you can't use PT's - care to elaborate as to why ? I'm not disagreeing but always useful to outline why you have x restrictions in place as these may impact other potential solutions.
    Attached Files Attached Files
    Last edited by DonkeyOte; 06-08-2009 at 05:29 AM.

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