+ Reply to Thread
Results 1 to 5 of 5

Sumproduct formula optimization

  1. #1
    Forum Contributor
    Join Date
    02-13-2009
    Location
    Indiana
    MS-Off Ver
    Excel 2015
    Posts
    183

    Sumproduct formula optimization

    I am using a SUMPRODUCT formula, or rather several of them in a workbook that is greatly reducing its efficiency. Here is the formula:

    Please Login or Register  to view this content.
    Is there an alternate formula that i could use or optimizations I could make to make the workbook more efficient. I have tried using the "--" vs the "*" but it does not seem to make much difference if any.

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Sumproduct formula optimization

    Maybe to try with COUNTIFS

    Edit: Something like this

    =IFERROR((countifs(Dump!$V$2:$V$20000,$B$23,Dump!$AB$2:$AB$20000,G$23,Dump!$F$2:$F$20000,$B29,Dump!$Y$2:$Y$20000,"Technical")/countifs(Dump!$V$2:$V$20000,$B$23,Dump!$Y$2:$Y$20000,"Technical"),"")
    Last edited by Fotis1991; 11-06-2012 at 12:19 PM. Reason: Edit
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Forum Contributor
    Join Date
    02-13-2009
    Location
    Indiana
    MS-Off Ver
    Excel 2015
    Posts
    183

    Re: Sumproduct formula optimization

    Ok, I am going to convert all of the formula over now, to see if it improves performance.

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Sumproduct formula optimization

    Is the divisor part constant in all of your formulas? i.e. this part?

    =SUMPRODUCT((Dump!$V$2:$V$20000=$B$23)*(Dump!$Y$2:$Y$20000="Technical"))
    Audere est facere

  5. #5
    Forum Contributor
    Join Date
    02-13-2009
    Location
    Indiana
    MS-Off Ver
    Excel 2015
    Posts
    183

    Re: Sumproduct formula optimization

    No, the divisor will vary.

+ 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