+ Reply to Thread
Results 1 to 4 of 4

Sumproduct

  1. #1
    Registered User
    Join Date
    02-08-2007
    Posts
    17

    Sumproduct

    Hi All,

    I need to calculate the value of a deal during the current period. By this I mean that if a deal start date is Nov 2011 and lasts 12 months then I will require the value for Jan 2012 - Oct 2012.

    I have a large date set to apply this to so it need to look up the "Org name" and bring back the total for that.

    I have tried a few SUMPRODUCTS with OFFSET but can not quite get this to work.

    I have attached a basic view of what I need. Your help is greatly appreciated.

    Regards
    Attached Files Attached Files

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: SUMPRODUCT help please

    Try perhaps:

    =SUM(OFFSET(INDEX($B$2:$M$13,MATCH(A19,$A$2:$A$13,0),MATCH(MAX(B19,$B$1),$B$1:$M$1,0)),0,0,1,D19+(B19=MAX(B19,$B$1))))

    double check your expected result for E20, should it not be sum for Jan to June if you are looking at 6 months in 2012?
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    02-08-2007
    Posts
    17

    Re: SUMPRODUCT help please

    Many thanks NBVC.Can this be altered to ignore the cell with number or 2012 months and still perform the same calc?

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Sumproduct

    So how would you know the number of cells to sum up?

+ 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