+ Reply to Thread
Results 1 to 3 of 3

How to embed SumProduct in Sumif

  1. #1
    Registered User
    Join Date
    07-27-2010
    Location
    toronto
    MS-Off Ver
    Excel 2003
    Posts
    2

    How to embed SumProduct in Sumif

    I am trying to allocate costs from an input section to a monthly section. Please see attached.

    Rows 1 to 3 are the input section. The fees should be allocated to the 2 different companies and hit the correct month on rows 8-11
    Attached Files Attached Files
    Last edited by chakroy; 07-28-2010 at 12:19 PM.

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

    Re: How to embed SumProduct in Sumif

    Perhaps you want:

    B11:
    =SUMPRODUCT(--($B$3:$B$4<=B$10),$D$3:$D$4,INDEX($E$3:$F$4,0,ROWS(B$11:B11)))
    copied across matrix B11:M12

    (above assumes 100% apportionment in start month irrespective of start day - this is not stipulated as a requirement)

  3. #3
    Registered User
    Join Date
    07-27-2010
    Location
    toronto
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: How to embed SumProduct in Sumif

    That works wonderfully! Thank you!

+ 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