+ Reply to Thread
Results 1 to 3 of 3

change in sum product formula

Hybrid View

  1. #1
    Registered User
    Join Date
    11-04-2008
    Location
    coventry
    Posts
    21

    change in sum product formula

    at present i am using this formula to pull in a total ammout of results into a summary cell
    =SUMPRODUCT(--('2009 Pipeline'!$K$4:$K$64=Summary!$C$27),--('2009 Pipeline'!$M$4:$M$64=$B$29),--('2009 Pipeline'!$A$4:$A$64=Summary!$A30)*('2009 Pipeline'!$J$4:$J$64))

    at present i have the referance cell at c27 which is 100% what i want to do is either change the ref cell to a choice of 4 diffrent cell for exaample
    if any of the values are used 25%,50%,75% and 90% (so they are all added up)

    hope this makes sence

    Thanks

  2. #2
    Valued Forum Contributor mdbct's Avatar
    Join Date
    11-11-2005
    Location
    CT
    MS-Off Ver
    2003 & 2007
    Posts
    848
    If your percentages are in a continuous range you could use:
    ('2009 Pipeline'!$K$4:$K$64=Summary!$C$27:$C$30)
    if the values are in a non continuous range you have to supply the values in an array within the formula.
    ('2009 Pipeline'!$K$4:$K$64={.25,.5,.75,.9})

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,704
    If the values are in C27:C30 as mdbct suggests then you could use this form

    =SUMPRODUCT(--ISNUMBER(MATCH('2009 Pipeline'!$K$4:$K$64,Summary!$C$27:$C$30,0)),--('2009 Pipeline'!$M$4:$M$64=$B$29),--('2009 Pipeline'!$A$4:$A$64=Summary!$A30),'2009 Pipeline'!$J$4:$J$64)

+ 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